SBAppSwitcherPeopleButtonAndLabelView.h 368 B

1234567891011
  1. @interface SBAppSwitcherPeopleButtonAndLabelView : UIView
  2. - (instancetype)initWithFrame:(CGRect)frame forMonogramSize:(CGFloat)monogramSize compact:(BOOL)compact;
  3. @property (nonatomic, retain) NSString *title;
  4. @property (nonatomic, retain) UIImage *image;
  5. @property (nonatomic, retain) id legibilitySettings;
  6. @property UIImageRenderingMode imageRenderingMode;
  7. @end