Skip to content

Commit 5159ac6

Browse files
authored
Create UIImageAsset+Private.h
1 parent 5ff7d77 commit 5159ac6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

UIKit/UIImageAsset+Private.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#import <UIKit/UIImageAsset.h>
2+
3+
@interface UIImageAsset (Private)
4+
5+
@property (nonatomic, copy) NSString *assetName;
6+
7+
@end

0 commit comments

Comments
 (0)