Add a quit tip for iOS and tvOS

This commit is contained in:
Cameron Gutman
2018-12-22 21:43:37 -08:00
parent bd8b9f8bfb
commit 3555d60a9b
5 changed files with 37 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
@interface StreamFrameViewController : UIViewController <ConnectionCallbacks, EdgeDetectionDelegate>
#endif
@property (strong, nonatomic) IBOutlet UILabel *stageLabel;
@property (strong, nonatomic) IBOutlet UILabel *tipLabel;
@property (strong, nonatomic) IBOutlet UIActivityIndicatorView *spinner;
@property (nonatomic) StreamConfiguration* streamConfig;