mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-18 17:12:08 +00:00
Create AppIconManager.h
This commit is contained in:
parent
8e417b7cde
commit
9501445c19
1 changed files with 8 additions and 0 deletions
8
Sources/AppIconManager.h
Normal file
8
Sources/AppIconManager.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface AppIconManager : NSObject
|
||||
|
||||
+ (void)setIcon:(NSString *)appIcon completion:(void (^)(BOOL))completion;
|
||||
+ (void)doesNotSupport;
|
||||
|
||||
@end
|
||||
Loading…
Reference in a new issue