UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
IBarcodeType1D.h
1//
2// IBarcodeType1D.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/7.
6//
7
8#ifndef IBarcodeType1D_h
9#define IBarcodeType1D_h
10#import <Foundation/Foundation.h>
11#import <UniPRT/BarcodeTypeEnum_1D.h>
12
29@protocol IBarcodeType1D <NSObject>
30@property (nonatomic, assign) BarcodeTypeEnum1D barcodeType;
31@end
32
33#endif /* IBarcodeType1D_h */