UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
ICellSquare.h
1
//
2
// ICellSquare.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef ICellSquare_h
9
#define ICellSquare_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/IRuler.h>
13
36
@protocol
ICellSquare <NSObject>
37
48
@property
(nonatomic, strong) id<IRuler> ruler;
49
60
@property
(nonatomic, assign)
float
xdim;
61
62
@end
63
64
#endif
/* ICellSquare_h */
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IBarcode2D
ICellSquare.h
制作者
1.10.0