Adjust to ObjFW changes
FossilOrigin-Name: e597cc80e1537bae3544bccd7b55dbdf963bc846184521ac9bd0e2e82aa695f0
This commit is contained in:
parent
96f6425bfc
commit
0166881d65
18 changed files with 106 additions and 128 deletions
|
@ -30,18 +30,18 @@ OF_ASSUME_NONNULL_BEGIN
|
|||
@property (readonly, nonatomic) OFString *roomID;
|
||||
|
||||
+ (instancetype)exceptionWithStatusCode: (int)statusCode
|
||||
response: (mtx_response_t)response
|
||||
response: (MTXResponse)response
|
||||
client: (MTXClient *)client OF_UNAVAILABLE;
|
||||
+ (instancetype)exceptionWithRoomID: (OFString *)roomID
|
||||
statusCode: (int)statusCode
|
||||
response: (mtx_response_t)response
|
||||
response: (MTXResponse)response
|
||||
client: (MTXClient *)client;
|
||||
- (instancetype)initWithStatusCode: (int)statusCode
|
||||
response: (mtx_response_t)response
|
||||
response: (MTXResponse)response
|
||||
client: (MTXClient *)client OF_UNAVAILABLE;
|
||||
- (instancetype)initWithRoomID: (OFString *)roomID
|
||||
statusCode: (int)statusCode
|
||||
response: (mtx_response_t)response
|
||||
response: (MTXResponse)response
|
||||
client: (MTXClient *)client;
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue