Update all Objective-C MatrixKit imports to handle new location.

This commit is contained in:
SBiOSoftWhare
2021-11-30 16:09:53 +01:00
parent ca07c4ea20
commit e8d4af46d2
134 changed files with 131 additions and 162 deletions
@@ -15,11 +15,9 @@
limitations under the License.
*/
#import <MatrixKit/MatrixKit.h>
#import "MatrixKit.h"
#import "GeneratedInterface-Swift.h"
@interface AuthInputsView : MXKAuthInputsView <MXKCountryPickerViewControllerDelegate>
@interface AuthInputsView : MXKAuthInputsView
@property (weak, nonatomic) IBOutlet UITextField *userLoginTextField;
@property (weak, nonatomic) IBOutlet UITextField *passWordTextField;