UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
CONST.h
1//
2// CONST.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/6.
6//
7
8#ifndef CONST_h
9#define CONST_h
10
13#import <Foundation/Foundation.h>
14
15@interface CONST : NSObject
16
17extern const float DEFAULT_DPI;
18
19extern const float MM_PER_INCH;
20
21extern const float POINTS_PER_INCH;
22
23@end
24
27#endif /* CONST_h */
28