Device/Encryption Info View: remove horizontal scrolling

- move existing`DeviceView` and `EncryptionInfoView` to the matrixKit.
This commit is contained in:
giomfo
2016-11-25 16:49:27 +01:00
parent 706120b9bd
commit 97d8537a0e
9 changed files with 5 additions and 1124 deletions
@@ -16,15 +16,7 @@
#import <MatrixKit/MatrixKit.h>
@interface EncryptionInfoView : UIView
@property (weak, nonatomic) IBOutlet UITextView *textView;
@property (weak, nonatomic) IBOutlet UIButton *cancelButton;
@property (weak, nonatomic) IBOutlet UIButton *verifyButton;
@property (weak, nonatomic) IBOutlet UIButton *blockButton;
@property (weak, nonatomic) IBOutlet UIButton *confirmVerifyButton;
- (instancetype)initWithEvent:(MXEvent*)event andMatrixSession:(MXSession*)session;
@interface EncryptionInfoView : MXKEncryptionInfoView
@end