Skip to content

Commit

Permalink
Update AppIconOptionsController.m
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Oct 10, 2024
1 parent 04a4d9f commit 69363f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Sources/AppIconOptionsController.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#import "AppIconOptionsController.h"
#import <YouTubeHeader/YTAssetLoader.h>

@interface AppIconOptionsController () <UITableViewDataSource, UITableViewDelegate>
@property (strong, nonatomic) UITableView *tableView;
@property (strong, nonatomic) NSArray<NSString *> *appIcons;
@property (assign, nonatomic) NSInteger selectedIconIndex;
@end

@implementation AppIconOptionsController

Expand Down

0 comments on commit 69363f7

Please sign in to comment.