mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Bug report: add more IBOutlets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user