Adjust to ObjFW changes

This commit is contained in:
Jonathan Schleifer 2016-03-06 18:48:01 +01:00
parent eed791dff1
commit 24e8ee8a50
No known key found for this signature in database
GPG key ID: 338C3541DB54E169
5 changed files with 9 additions and 80 deletions

View file

@ -29,11 +29,8 @@
OFString *_reason;
}
#ifdef OF_HAVE_PROPERTIES
@property (readonly, copy) OFString *reason;
#endif
+ exceptionWithReason: (OFString*)reason;
- initWithReason: (OFString*)reason;
- (OFString*)reason;
@end