UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
IStartPoint.h
1//
2// Header.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/7.
6//
7
8#ifndef IStartPoint_h
9#define IStartPoint_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/IPoint.h>
13
30@protocol IStartPoint <NSObject>
31
32@property (nonatomic, strong) id<IPoint> start; // Position where object starts
33
34@end
35
36
37#endif /* Header_h */