UniPRT SDK
v1.0.0.0
载入中...
搜索中...
未找到
ABarWidths.h
1
//
2
// ABarWidths.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef ABarWidths_h
9
#define ABarWidths_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/IBarWidths.h>
13
14
31
@interface
ABarWidths
: NSObject <
IBarWidths
>
32
33
- (instancetype)init
NS_UNAVAILABLE
;
34
- (instancetype)initWithNarrowBar:(
float
)narrowBar wideBar:(
float
)wideBar NS_DESIGNATED_INITIALIZER;
35
36
@end
37
38
#endif
/* ABarWidths_h */
ABarWidths
ABarWidths的基类。
Definition
ABarWidths.h:31
-[ABarWidths NS_UNAVAILABLE]
instancetype NS_UNAVAILABLE()
IBarWidths-p
设置窄条和宽条的宽度。
Definition
IBarWidths.h:39
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IBarcode1D
ABarWidths.h
制作者
1.10.0