UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
ICellSquare.h
1//
2// ICellSquare.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/7.
6//
7
8#ifndef ICellSquare_h
9#define ICellSquare_h
10
11#import <Foundation/Foundation.h>
12#import <UniPRT/IRuler.h>
13
36@protocol ICellSquare <NSObject>
37
48@property (nonatomic, strong) id<IRuler> ruler;
49
60@property (nonatomic, assign) float xdim;
61
62@end
63
64#endif /* ICellSquare_h */