update
This commit is contained in:
17
Pods/CocoaDebug/Sources/Sandbox/_ImageResources.h
generated
Executable file
17
Pods/CocoaDebug/Sources/Sandbox/_ImageResources.h
generated
Executable file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Example
|
||||
// man
|
||||
//
|
||||
// Created by man 11/11/2018.
|
||||
// Copyright © 2020 man. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface _ImageResources : NSObject
|
||||
|
||||
+ (UIImage * _Nullable)imageNamed:(NSString * _Nonnull)imageName;
|
||||
|
||||
+ (UIImage * _Nullable)fileTypeImageNamed:(NSString * _Nonnull)imageName;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user