Bug report: add more IBOutlets

This commit is contained in:
manuroe
2017-04-27 10:06:40 +02:00
parent de742a6b60
commit 822d0b2ce2
2 changed files with 19 additions and 0 deletions
@@ -20,10 +20,22 @@
@property (weak, nonatomic) IBOutlet UIView *containerView;
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
@property (weak, nonatomic) IBOutlet UIView *bugDescriptionContainer;
@property (weak, nonatomic) IBOutlet UILabel *descriptionLabel;
@property (weak, nonatomic) IBOutlet UITextView *bugReportDescriptionTextView;
@property (weak, nonatomic) IBOutlet UILabel *logsDescriptionLabel;
@property (weak, nonatomic) IBOutlet UIView *sendLogsContainer;
@property (weak, nonatomic) IBOutlet UILabel *sendLogsLabel;
@property (weak, nonatomic) IBOutlet UIImageView *sendLogsButtonImage;
@property (weak, nonatomic) IBOutlet UIView *sendScreenshotContainer;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *sendScreenshotContainerHeightConstraint;
@property (weak, nonatomic) IBOutlet UILabel *sendScreenshotLabel;
@property (weak, nonatomic) IBOutlet UIImageView *sendScreenshotButtonImage;
@property (weak, nonatomic) IBOutlet UIButton *cancelButton;
@property (weak, nonatomic) IBOutlet UIButton *sendButton;