@class ABMonogrammer; @protocol SBAppSwitcherPeopleDataSource; @interface SBAppSwitcherPeopleViewController : UIViewController - (ABMonogrammer *)_monogrammerForSize:(CGFloat)size; - (void)dataSourceChanged:(id)dataSource; - (void)_configureDataSourceIfNecessaryAndPossible; @property (nonatomic, retain) id activeDataSource; @property (nonatomic, retain) id legibilitySettings; @property CGFloat monogramSize; @property BOOL useVerticallyCompactLayoutSize; @end