6#import <Foundation/Foundation.h>
7#import <UniPRT/IPicture.h>
8#import <UniPRT/Defaults.h>
10NS_ASSUME_NONNULL_BEGIN
27- (instancetype)initWithStart:(
id<IPoint>)start imageName:(NSString *)imageName;
29@property (nonatomic, strong) id<IRuler>
Ruler;
30@property (nonatomic, strong) id<IPoint>
Start;
Abstract class implementing the IPicture interface.
Definition APicture.h:25
id< IRuler > Ruler
Definition APicture.h:29
NSString * ImageName
Definition APicture.h:31
id< IPoint > Start
Definition APicture.h:30
The picture interface used for placing an image on the label.
Definition IPicture.h:25