ObjQt/common/QtOwnershipManaging.h

6 lines
108 B
Objective-C

#import <ObjFW/ObjFW.h>
@protocol QtOwnershipManaging
- (void)takeOwnership;
- (void)giveUpOwnership;
@end