Skip to content

Instantly share code, notes, and snippets.

View travjunt's full-sized avatar

Travis McCormick travjunt

View GitHub Profile
Verifying my Blockstack ID is secured with the address 17ViQieY4qEffEh2z23rchmjGBFMoovzkZ https://explorer.blockstack.org/address/17ViQieY4qEffEh2z23rchmjGBFMoovzkZ

Keybase proof

I hereby claim:

  • I am travjunt on github.
  • I am travjunt (https://keybase.io/travjunt) on keybase.
  • I have a public key ASD0VV_SV8lAys3wDiACoRwHTq6FNIuh_3ICQg5_y495ngo

To claim this, I am signing this object:

#import "TokenViewController.h"
@interface TokenViewController ()
@end
@implementation TokenViewController
- (void)viewDidLoad {
[super viewDidLoad];
#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;