update
This commit is contained in:
21
Pods/CocoaDebug/Sources/Logs/_OCLogHelper.h
generated
Normal file
21
Pods/CocoaDebug/Sources/Logs/_OCLogHelper.h
generated
Normal file
@@ -0,0 +1,21 @@
|
||||
//
|
||||
// Example
|
||||
// man
|
||||
//
|
||||
// Created by man 11/11/2018.
|
||||
// Copyright © 2020 man. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "_OCLogModel.h"
|
||||
|
||||
@interface _OCLogHelper : NSObject
|
||||
|
||||
//@property (nonatomic, assign) BOOL enable;
|
||||
|
||||
+ (instancetype)shared;
|
||||
|
||||
- (void)handleLogWithFile:(NSString *)file function:(NSString *)function line:(NSInteger)line message:(NSString *)message color:(UIColor *)color type:(CocoaDebugToolType)type;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user