UniPRT SDK v1.0.0.0
 
載入中...
搜尋中...
無符合項目
ICellRect.h
1//
2// ICellRect.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/7.
6//
7
8#ifndef ICellRect_h
9#define ICellRect_h
10
11#import <UniPRT/ICellSquare.h>
12
35@protocol ICellRect <ICellSquare>
36
37
48@property (nonatomic, assign) float ydim; // Y dimension cell size (height)
49
50@end
51
52
53#endif /* ICellRect_h */