Adjust to ObjFW changes

FossilOrigin-Name: e7f0831117b1cb0f56658ca9130df2f12dff6c49dfaf261d3b842c1f2b0265ca
This commit is contained in:
Jonathan Schleifer 2016-05-07 11:21:37 +00:00
parent 9e71cf9de7
commit 533177729a
5 changed files with 44 additions and 133 deletions

View file

@ -27,7 +27,7 @@
#import "IRCConnection.h"
#import "IRCUser.h"
@interface TestApp: OFObject
@interface TestApp: OFObject <OFApplicationDelegate, IRCConnectionDelegate>
@end
OF_APPLICATION_DELEGATE(TestApp)