Delete Sources/AppIconTableViewCell.h

This commit is contained in:
arichornlover 2024-06-22 17:29:44 -05:00 committed by GitHub
parent 7e0a087a40
commit c06a938b9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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