11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
36@protocol ICellSquare <NSObject>
48@property (nonatomic, strong) id<IRuler>
ruler;
60@property (nonatomic, assign)
float xdim;
float xdim
X 維度單元大小(寬度)。
Definition ICellSquare.h:60
id< IRuler > ruler
用於單元大小的標尺。
Definition ICellSquare.h:48