UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
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 */