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