Delete Sources/AppIconTableViewCell.h
This commit is contained in:
parent
7e0a087a40
commit
c06a938b9b
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface AppIconTableViewCell : UITableViewCell
|
||||
|
||||
@property (weak, nonatomic) IBOutlet UIImageView *appIconImgView;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *appIconLabel;
|
||||
@property (weak, nonatomic) IBOutlet UILabel *subtitleLabel;
|
||||
@property (weak, nonatomic) IBOutlet UIView *bgCardView;
|
||||
|
||||
- (void)playAnimation;
|
||||
|
||||
@end
|
||||
Loading…
Reference in a new issue