This commit is contained in:
DDIsFriend
2023-08-23 09:24:40 +08:00
parent 6bd037c5dd
commit 63ca919ed5
494 changed files with 35308 additions and 6623 deletions

20
Pods/CocoaDebug/Sources/Logs/_ObjcLog.h generated Normal file
View 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