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
11
12#import <Foundation/Foundation.h>
13
16@interface CONST : NSObject
17
18extern const float DEFAULT_DPI;
19
20extern const float MM_PER_INCH;
21
22extern const float POINTS_PER_INCH;
23
24@end
25
28#endif /* CONST_h */