9 #import <Foundation/Foundation.h>
11 NS_ASSUME_NONNULL_BEGIN
21 @property (nonatomic, readonly, strong) NSString *
encoding;
22 @property (nonatomic, readonly) NSUInteger
start;
23 @property (nonatomic, readonly) NSUInteger
end;
34 - (instancetype)initWithEncoding:(NSString *)encoding start:(NSUInteger)start end:(NSUInteger)end;
NSUInteger end
Definition: SBSEncodingRange.h:23
NSString * encoding
Definition: SBSEncodingRange.h:21
NSUInteger start
Definition: SBSEncodingRange.h:22
An encoding range for the barcode generator. Specifies the encoding and the start and end index of th...
Definition: SBSEncodingRange.h:19