UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
Box.h
1
//
2
// Box.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/13.
6
//
7
8
#ifndef Box_h
9
#define Box_h
10
#if !defined(HIDE_PGL_INTERFACES)
11
@interface
Box
: NSObject
12
13
@property
(nonatomic, assign)
int
SR
;
14
@property
(nonatomic, assign)
int
SC
;
15
@property
(nonatomic, assign)
int
ER
;
16
@property
(nonatomic, assign)
int
EC
;
17
@property
(nonatomic, assign)
int
LT
;
18
@property
(nonatomic, assign)
int
RD
;
19
20
- (instancetype)initWithLT:(
int
)lt SR:(
int
)sr SC:(
int
)sc ER:(
int
)er EC:(
int
)ec;
21
- (NSString *)
description
;
22
23
@end
24
#endif
25
26
#endif
/* Box_h */
Box
Definition
Box.h:12
Box::LT
int LT
Definition
Box.h:17
Box::RD
int RD
Definition
Box.h:18
Box::SC
int SC
Definition
Box.h:14
Box::SR
int SR
Definition
Box.h:13
Box::ER
int ER
Definition
Box.h:15
-[Box description]
NSString * description()
Definition
Box.m:33
Box::EC
int EC
Definition
Box.h:16
sdk_json_Objective-C_IOS
LabelMaker
TsplLib
TsplInterfaces
Box.h
Generated by
1.10.0