UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
RotateEnum.h
1
//
2
// RotateEnum.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef RotateEnum_h
9
#define RotateEnum_h
10
11
#import <Foundation/Foundation.h>
12
50
typedef
NS_ENUM(NSInteger,
RotateEnum
) {
51
RotateEnumNone,
52
RotateEnumClockwise,
53
RotateEnumCounterClockwise,
54
RotateEnumInverted
55
};
56
57
#endif
/* RotateEnum_h */
RotateEnum
支持旋转的对象命令的方向/旋转。
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
ISettings
RotateEnum.h
制作者
1.10.0