zdk.objc
ZDKZHandle.h
1
//
2
// ZDKZHandle.h
3
// ZDK
4
//
5
6
#ifndef ZDKZHandle_h
7
#define ZDKZHandle_h
8
9
#import <Foundation/Foundation.h>
10
11
NS_ASSUME_NONNULL_BEGIN
12
13
@protocol
ZDKZHandle
<NSObject>
14
15
-(
long
int)handle;
16
-(void)initialize;
17
-(void)releaseReference;
18
-(NSString*)handlesDescription;
19
20
@end
21
22
NS_ASSUME_NONNULL_END
23
24
#endif
ZDKZHandle-p
Definition:
ZDKZHandle.h:13
Generated by
1.9.3