Initial commit
This commit is contained in:
commit
f38ff5fbc2
18 changed files with 1016 additions and 0 deletions
6
common/QtOwnershipManaging.h
Normal file
6
common/QtOwnershipManaging.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#import <ObjFW/ObjFW.h>
|
||||
|
||||
@protocol QtOwnershipManaging
|
||||
- (void)takeOwnership;
|
||||
- (void)giveUpOwnership;
|
||||
@end
|
Loading…
Add table
Add a link
Reference in a new issue