3#import <Foundation/Foundation.h>
18@property (nonatomic, assign) NSInteger
row;
19@property (nonatomic, assign) NSInteger
column;
23- (instancetype)initWithRow:(NSInteger)row
24 column:(NSInteger)column
25 imageName:(NSString *)imageName;
Internal class for generating TSPL PUTBMP command.
Definition _Picture.h:17
NSInteger row
Definition _Picture.h:18
NSInteger column
Definition _Picture.h:19
NSString * description()
Convert to full TSPL command string.
NSString * imageName
Definition _Picture.h:20