SBAppSwitcherPeopleViewController.h 529 B

12345678910111213141516
  1. @class ABMonogrammer;
  2. @protocol SBAppSwitcherPeopleDataSource;
  3. @interface SBAppSwitcherPeopleViewController : UIViewController
  4. - (ABMonogrammer *)_monogrammerForSize:(CGFloat)size;
  5. - (void)dataSourceChanged:(id<SBAppSwitcherPeopleDataSource>)dataSource;
  6. - (void)_configureDataSourceIfNecessaryAndPossible;
  7. @property (nonatomic, retain) id<SBAppSwitcherPeopleDataSource> activeDataSource;
  8. @property (nonatomic, retain) id legibilitySettings;
  9. @property CGFloat monogramSize;
  10. @property BOOL useVerticallyCompactLayoutSize;
  11. @end