8 lines
308 B
Objective-C
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 |