diff --git a/Sources/AppIconTableViewCell.h b/Sources/AppIconTableViewCell.h deleted file mode 100644 index 685dde6..0000000 --- a/Sources/AppIconTableViewCell.h +++ /dev/null @@ -1,12 +0,0 @@ -#import - -@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