mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-29 12:46:58 +02:00
Replace MXCViewController/MXCTableViewController with MXKViewController/MXKTableViewController (from MatrixKit).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
Copyright 2014 OpenMarket Ltd
|
||||
Copyright 2015 OpenMarket Ltd
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -14,11 +14,11 @@
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
#import "MXCTableViewController.h"
|
||||
#import <MatrixKit/MatrixKit.h>
|
||||
|
||||
#import "MatrixSDKHandler.h"
|
||||
|
||||
@interface MemberViewController : MXCTableViewController
|
||||
@interface MemberViewController : MXKTableViewController
|
||||
|
||||
@property (strong, nonatomic) MXRoomMember *mxRoomMember;
|
||||
@property (strong, nonatomic) MXRoom *mxRoom;
|
||||
|
||||
Reference in New Issue
Block a user