Skip to content

Instantly share code, notes, and snippets.

@travjunt
Created August 14, 2020 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save travjunt/de670e18c4c1b78a9771e19454cd6514 to your computer and use it in GitHub Desktop.
Save travjunt/de670e18c4c1b78a9771e19454cd6514 to your computer and use it in GitHub Desktop.
#import <UIKit/UIKit.h>
@interface TokenViewController : UIViewController
@property (weak, nonatomic) IBOutlet UIView *mainView;
@property (weak, nonatomic) IBOutlet UILabel *textLabel;
@property (weak, nonatomic) IBOutlet UIButton *dismissButton;
@property (weak, nonatomic) IBOutlet UIActivityIndicatorView *activityIndicator;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment