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;
實現 IPicture 介面的抽象類。
定义 APicture.h:25
id< IRuler > Ruler
定义 APicture.h:29
NSString * ImageName
定义 APicture.h:31
id< IPoint > Start
定义 APicture.h:30
用于在標籤上放置圖像的圖片介面。
定义 IPicture.h:25