11 #import "BaseRequest.h"
14 EXTERN NSString *
const ChangeRoomCapacityRequest_KEY_ROOM;
15 EXTERN NSString *
const ChangeRoomCapacityRequest_KEY_USER_SIZE;
16 EXTERN NSString *
const ChangeRoomCapacityRequest_KEY_SPEC_SIZE;
32 NSInteger _newMaxUsers;
33 NSInteger _newMaxSpect;
50 +(id)requestWithRoom:(
id<Room>)room newMaxUsers:(NSInteger)newMaxUsers newMaxSpect:(NSInteger)newMaxSpect;