In the section of code below, what exactly does the <UIScrollViewDelegate>
part mean and do? what would it most likely be used for and what would most likely happen if it was removed? (any theoretical example is good)
@interface PhoneContentController : ContentController <UIScrollViewDelegate>