fix for modern times

This commit is contained in:
2024-11-10 05:42:51 +05:00
parent aa6faf605e
commit 945ecccc89
9 changed files with 23 additions and 15 deletions

View File

@@ -1,3 +1,6 @@
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface AAAppIconCell: UITableViewCell
@property (nonatomic, retain) UIImageView *appIconImageView;