UniPRT SDK
v1.0.0.0
載入中...
搜尋中...
無符合項目
AlignEnum.h
1
//
2
// Header.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef AlignEnum_h
9
#define AlignEnum_h
10
11
#import <Foundation/Foundation.h>
12
57
typedef
NS_ENUM(NSInteger,
AlignEnum
) {
58
AlignEnumDefault,
59
AlignEnumLeft,
60
AlignEnumCenter,
61
AlignEnumRight
62
};
63
64
65
#endif
/* Header_h */
AlignEnum
AlignEnum 類型/格式。
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
ISettings
AlignEnum.h
產生者:
1.10.0