UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
IPoint.h
1//
2// IPoint.h
3// sdk_json_Objective-C
4//
5// Created by Realbuber on 2024/5/6.
6//
7
8#ifndef IPoint_h
9#define IPoint_h
10
11#import <UniPRT/IPair.h>
12
35@protocol IPoint <IPair>
36
37@end
38
39#endif /* IPoint_h */