123456789101112131415161718 |
- //
- // WFCUImage.h
- // WFChatUIKit
- //
- // Created by Rain on 2022/7/16.
- // Copyright © 2022 Wildfirechat. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCUImage : NSObject
- + (nullable UIImage *)imageNamed:(NSString *)name;
- @end
- NS_ASSUME_NONNULL_END
|