update
This commit is contained in:
20
Pods/CocoaDebug/Sources/Logs/_ObjcLog.h
generated
Normal file
20
Pods/CocoaDebug/Sources/Logs/_ObjcLog.h
generated
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Example
|
||||
// man
|
||||
//
|
||||
// Created by man 11/11/2018.
|
||||
// Copyright © 2020 man. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface _ObjcLog : NSObject
|
||||
|
||||
+ (void)logWithFile:(const char *)file
|
||||
function:(const char *)function
|
||||
line:(NSUInteger)line
|
||||
color:(UIColor *)color
|
||||
message:(id)format, ...;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user