6 lines
108 B
Objective-C
6 lines
108 B
Objective-C
#import <ObjFW/ObjFW.h>
|
|
|
|
@protocol QtOwnershipManaging
|
|
- (void)takeOwnership;
|
|
- (void)giveUpOwnership;
|
|
@end
|