11#import <Foundation/Foundation.h>
29@protocol ILabel <NSObject>
41@property (nonatomic, strong) NSString *
name;
53- (void)addObject:(
id)addObject;
77- (void)addRawContent:(NSString *)rawContent;
NSString * name
Name of label that may be used to identify it from other labels.
Definition ILabel.h:41
NSString * description()
Returns the string that can be sent to printer.