mirror of
https://github.com/wu736139669/ASHReactNative.git
synced 2026-08-05 05:54:53 +00:00
18 lines
253 B
Objective-C
18 lines
253 B
Objective-C
//
|
|
// RCTImageCache+ASHCache.h
|
|
// ASHReactNative
|
|
//
|
|
// Created by xmfish on 17/4/10.
|
|
// Copyright © 2017年 ash. All rights reserved.
|
|
//
|
|
|
|
#import "RCTImageCache.h"
|
|
|
|
|
|
/**
|
|
设置图片缓存,自定义
|
|
*/
|
|
@interface RCTImageCache (ASHCache)
|
|
|
|
@end
|