RoomFilesViewController: Add possibility to display cancel bar button.

This commit is contained in:
SBiOSoftWhare
2021-02-21 23:59:05 +01:00
parent 2b6008cea1
commit 9aadd4d205
2 changed files with 17 additions and 2 deletions
@@ -21,4 +21,6 @@ limitations under the License.
*/
@interface RoomFilesViewController : MXKRoomViewController
@property (nonatomic) BOOL showCancelBarButtonItem;
@end