UniPRT SDK
v1.0.0.0
Loading...
Searching...
No Matches
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
Direction/Rotation for objects commands that support rotation.
AutoIdSDK
LabelMaker
Interfaces
ISettings
RotateEnum.h
Generated by
1.10.0