dkahgld

NSBundle+FMListPlaceholder.h 509B

123456789101112131415161718192021
  1. //
  2. // NSBundle+FMListPlaceholder.h
  3. // FMListPlaceholderExample
  4. //
  5. // Created by Mingo on 2018/8/9.
  6. // Copyright © 2017年 袁凤鸣. All rights reserved.
  7. // 项目地址:https://github.com/yfming93/FMListPlaceholder
  8. // 作者博客:https://www.yfmingo.cn
  9. //
  10. #import <Foundation/Foundation.h>
  11. #import <UIKit/UIKit.h>
  12. @interface NSBundle (FMListPlaceholder)
  13. /// 获取当前库的资源包
  14. + (instancetype)fm_listPlaceholderBundle;
  15. /// 获取系统默认占位图
  16. + (UIImage *)fm_coverImage;
  17. @end