uYouEnhanced/Sources/AppIconTableViewCell.h
2024-06-16 21:43:59 -05:00

12 lines
350 B
Objective-C

#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