WFCUImage.h 328 B

123456789101112131415161718
  1. //
  2. // WFCUImage.h
  3. // WFChatUIKit
  4. //
  5. // Created by Rain on 2022/7/16.
  6. // Copyright © 2022 Wildfirechat. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface WFCUImage : NSObject
  12. + (nullable UIImage *)imageNamed:(NSString *)name;
  13. @end
  14. NS_ASSUME_NONNULL_END