UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
_PglPicture.h
1
//
2
// _PglPicture.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/7/8.
6
//
7
8
#ifndef _PglPicture_h
9
#define _PglPicture_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/PglCmd.h>
13
#import <UniPRT/PGL.h>
14
15
NS_ASSUME_NONNULL_BEGIN
16
18
19
@interface
_PglPicture
: NSObject
20
21
@property
(nonatomic, assign)
int
SR;
22
@property
(nonatomic, assign)
int
SC;
23
@property
(nonatomic, copy) NSString *LogoName;
24
25
39
- (instancetype)initWithSR:(
int
)sr SC:(
int
)sc LogoName:(NSString *)logoName;
40
- (NSString *)
description
;
41
42
@end
43
45
46
NS_ASSUME_NONNULL_END
47
48
#endif
/* _PglPicture_h */
_PglPicture
定义
_PglPicture.m:10
-[_PglPicture description]
NSString * description()
定义
_PglPicture.m:22
sdk_json_Objective-C_IOS
LabelMaker
PglLib
PglInterfaces
_PglPicture.h
制作者
1.13.2