UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
IPositionRuler.h
1
//
2
// IPositionRuler.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef IPositionRuler_h
9
#define IPositionRuler_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/IRuler.h>
13
31
@protocol
IPositionRuler <NSObject>
32
33
@property
(nonatomic, strong) id<IRuler> ruler;
// Ruler to use for positioning
34
35
@end
36
37
38
#endif
/* IPositionRuler_h */
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IBarcode2D
IPositionRuler.h
制作者
1.10.0