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 */
ILabel-p::name
NSString * name
标签的名称,可用于将其与其他标签区分开来。
定义
ILabel.h:41
-[ILabel-p description]
NSString * description()
返回可以发送到打印机的字符串。
AutoIdSDK
LabelMaker
Interfaces
ILabel
ILabel.h
制作者
1.13.2