UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
IRotation.h
1
//
2
// IRotation.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef IRotation_h
9
#define IRotation_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/RotateEnum.h>
13
37
@protocol
IRotation <NSObject>
38
39
@property
(nonatomic, assign)
RotateEnum
rotation;
40
41
@end
42
43
44
#endif
/* IRotation_h */
RotateEnum
支持旋转的对象命令的方向/旋转。
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
ISettings
IRotation.h
制作者
1.10.0