Blame view

HHDoctorSDK/AlicloudUtils.framework/Headers/ABSUtil.h 477 Bytes
shmily authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
//
//  ABSUtil.h
//  AntilockBrakeSystem
//
//  Created by 地风(ElonChan) on 16/5/16.
//  Copyright © 2016年 Ali. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface ABSUtil : NSObject

// 设置日志逻辑
+ (void)setLogger:(void (^)(NSString *))logger;

+ (void)Logger:(NSString *)log;

+ (BOOL)isValidString:(id)notValidString;

+ (BOOL)isWhiteListClass:(Class)class;

+ (void)deleteCacheWithfilePathsToRemove:(NSArray *)filePathsToRemove;

@end