Files
AutoAlerts/AAAppIconCell.h
2019-07-28 18:48:02 +02:00

8 lines
308 B
Objective-C

@interface AAAppIconCell: UITableViewCell
@property (nonatomic, retain) UIImageView *appIconImageView;
@property (nonatomic, retain) UILabel *appTitleLabel;
@property (nonatomic, retain) NSLayoutConstraint *imageWidthConstraint;
@property (nonatomic, retain) NSLayoutConstraint *imageHeightConstraint;
@end