Initial commit
This commit is contained in:
8
AAAppIconCell.h
Normal file
8
AAAppIconCell.h
Normal file
@@ -0,0 +1,8 @@
|
||||
@interface AAAppIconCell: UITableViewCell
|
||||
|
||||
@property (nonatomic, retain) UIImageView *appIconImageView;
|
||||
@property (nonatomic, retain) UILabel *appTitleLabel;
|
||||
@property (nonatomic, retain) NSLayoutConstraint *imageWidthConstraint;
|
||||
@property (nonatomic, retain) NSLayoutConstraint *imageHeightConstraint;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user