//
// IPUResourceVersionPlugin.h
// IPUMobileFunc
//
// Created by 秋林 on 2019/1/18.
// Copyright © 2019 Asiainfo. All rights reserved.
//
#import <IPUMobile/IPUMobile.h>
@interface IPUResourceVersionPlugin : IPUPlugin
/*
从客户端缓存中获取资源版本号ResourceVersion
*/
- (void)getClientResourceVersion:(NSArray *)params;
@end
|