room_photo_selection

The room photo can be updated when saving.
This commit is contained in:
yannick
2015-12-15 13:14:37 +01:00
parent 0c104c6991
commit ae1757ff79
3 changed files with 170 additions and 1 deletions
@@ -16,7 +16,9 @@
#import <MatrixKit/MatrixKit.h>
@interface RoomSettingsViewController : MXKRoomSettingsViewController<UITextViewDelegate>
#import "MediaPickerViewController.h"
@interface RoomSettingsViewController : MXKRoomSettingsViewController<UITextViewDelegate, MediaPickerViewControllerDelegate>
@end