UniPRT SDK v2.0.0.0
 
載入中...
搜尋中...
無符合項目
ILabel.h
1//
2// ILabel.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/8.
6//
7
8#ifndef ILabel_h
9#define ILabel_h
10
11#import <Foundation/Foundation.h>
12
29@protocol ILabel <NSObject>
30
41@property (nonatomic, strong) NSString *name;
42
53- (void)addObject:(id)addObject;
54
77- (void)addRawContent:(NSString *)rawContent;
78
89- (NSString *)description;
90
91@end
92
93#endif /* ILabel_h */
NSString * name
標籤的名稱,可用於將其與其他標籤區分開來。
Definition ILabel.h:41
NSString * description()
返回可以發送到打印機的字符串。