UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
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 */
AutoIdSDK
LabelMaker
Interfaces
ILabel
ILabel.h
Generated by
1.10.0