_UIModalItemContentView.h 215 B

12345678
  1. @interface _UIModalItemContentView : UIView
  2. @property (readonly, nonatomic) UILabel *messageLabel;
  3. @property (readonly, nonatomic) UILabel *subtitleLabel;
  4. @property (readonly, nonatomic) UILabel *titleLabel;
  5. @end