diff options
author | Vitaly Takmazov | 2017-12-04 00:20:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-04 00:20:02 +0300 |
commit | 3c680cfe8c1e6cfbce16f787fbf01fdb3f7c40ae (patch) | |
tree | 51c90370eae5c622ab305bc4bd7eb0a34fd96f2a /Juick/Views/MessageInputView.h | |
parent | ccf06c2af74f63e5276e15f3e10acf74bf4174f7 (diff) |
WIP
Diffstat (limited to 'Juick/Views/MessageInputView.h')
-rw-r--r-- | Juick/Views/MessageInputView.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Juick/Views/MessageInputView.h b/Juick/Views/MessageInputView.h new file mode 100644 index 0000000..46919b4 --- /dev/null +++ b/Juick/Views/MessageInputView.h @@ -0,0 +1,15 @@ +// +// MessageInputView.h +// Juick +// +// Created by Vitaly Takmazov on 03/12/2017. +// Copyright © 2017 com.juick. All rights reserved. +// + +#import <UIKit/UIKit.h> + +@interface MessageInputView : UIVisualEffectView +@property (weak, nonatomic) IBOutlet UILabel *quoteText; +@property (weak, nonatomic) IBOutlet UIButton *sendButton; +@property (weak, nonatomic) IBOutlet UITextView *textContent; +@end |