UIImage+demobar.h 189 B

12345678910111213
  1. //
  2. // UIImage+demobar.h
  3. // PFAPIDemoBar
  4. //
  5. //
  6. // Created by mumu on 2021/9/6.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIImage (demobar)
  10. + (UIImage *)imageWithName:(NSString *)name;
  11. @end