UIViewController+RITLUpdateCachedAssets.h 342 B

1234567891011121314151617181920
  1. //
  2. // UIViewController+RITLUpdateCachedAssets.h
  3. // RITLPhotoDemo
  4. //
  5. // Created by YueWen on 2018/5/10.
  6. // Copyright © 2018年 YueWen. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. /// 更新缓存
  11. @interface UIViewController (RITLUpdateCachedAssets)
  12. - (void)updateCachedAssets;
  13. @end
  14. NS_ASSUME_NONNULL_END