6#import <Foundation/Foundation.h>
7#import <UniPRT/IPoint.h>
8#import <UniPRT/IRuler.h>
10NS_ASSUME_NONNULL_BEGIN
25@protocol IPicture <NSObject>
30@property (nonatomic, strong) id<IRuler>
Ruler;
35@property (nonatomic, strong) id<IPoint>
Start;
NSString * ImageName
定义 IPicture.h:40
id< IRuler > Ruler
定义 IPicture.h:30
id< IPoint > Start
定义 IPicture.h:35