1234567891011121314151617181920 |
- //
- // UIViewController+RITLUpdateCachedAssets.h
- // RITLPhotoDemo
- //
- // Created by YueWen on 2018/5/10.
- // Copyright © 2018年 YueWen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- /// 更新缓存
- @interface UIViewController (RITLUpdateCachedAssets)
- - (void)updateCachedAssets;
- @end
- NS_ASSUME_NONNULL_END
|