1、变更推送为阿里云推,清除云信IM以及推送内容;
2、消息页面全新改版; 3、部分微小Bug修复
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user