ipu的trunk版ios客户端工程

IPUStoragePlugin.h 569B

    // // IPUStoragePlugin.h // IPUMobileFunc // // Created by 秋林 on 2019/1/18. // Copyright © 2019 Asiainfo. All rights reserved. // #import <IPUMobile/IPUMobile.h> @interface IPUStoragePlugin : IPUPlugin - (void)setMemoryCache:(NSArray *)param; - (void)getMemoryCache:(NSArray *)param; - (void)removeMemoryCache:(NSArray *)param; - (void)clearMemoryCache:(NSArray *)param; - (void)setOfflineCache:(NSArray *)param; - (void)getOfflineCache:(NSArray *)param; - (void)removeOfflineCache:(NSArray *)param; - (void)clearOfflineCache:(NSArray *)param; @end