| 1234567891011121314151617 |
- //
- // UIImage+CY.h
- // BuguLive
- //
- // Created by 志刚杨 on 2022/7/27.
- // Copyright © 2022 xfg. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UIImage (CY)
- + (nullable UIImage *)imageNamedL:(NSString *)name;
- @end
- NS_ASSUME_NONNULL_END
|