UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
Debug.h
1//
2// Debug.h
3// TSCPrinters SDK
4//
5// Created by Realbuber on 2024/4/15.
6//
7
8#ifndef Debug_h
9#define Debug_h
10
11
12#endif /* Debug_h */
13// Debug.h
14#import <Foundation/Foundation.h>
15
18@interface Debug : NSObject
19
20+ (void)writeLine:(NSString *)message;
21
22@end
23