add jpush 启动广告页
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// GiGaFileNanager.h
|
||||
// GIGA
|
||||
//
|
||||
// Created by lianxiang on 2018/8/22.
|
||||
// Copyright © 2018年 com.giga.ios. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
@interface GiGaFileNanager : NSObject
|
||||
|
||||
+(GiGaFileNanager*)shareInstance;
|
||||
- (BOOL)isFileExistWithFilePath:(NSString *)filePath;
|
||||
-(NSString *)getFilePathWithImageName:(NSString *)imageName;
|
||||
-(void)removeItemAtPath:(NSString *)filePath;
|
||||
- (void)saveAdImageWithUrl:(NSString *)imageUrl imageName:(NSString *)imageName success:(void (^)(void))success
|
||||
failure:(void (^)(NSError *err))failure;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user