UniPRT SDK
v2.0.0.0
载入中...
搜索中...
未找到
ISquareCell.h
1
//
2
// ISquareCell.h
3
// sdk_json_Objective-C
4
//
5
// Created by Realbuber on 2024/5/7.
6
//
7
8
#ifndef ISquareCell_h
9
#define ISquareCell_h
10
11
#import <Foundation/Foundation.h>
12
#import <UniPRT/ICellSquare.h>
13
30
@protocol
ISquareCell <NSObject>
31
42
@property
(nonatomic, strong) id<ICellSquare>
cellSize
;
43
44
@end
45
46
#endif
/* ISquareCell_h */
ISquareCell-p::cellSize
id< ICellSquare > cellSize
条码单元大小。较大的单元大小会使条码占用更大的面积。
定义
ISquareCell.h:42
sdk_json_Objective-C_IOS
LabelMaker
Interfaces
IBarcode2D
ISquareCell.h
制作者
1.13.2