Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
maybewaityou committed Sep 14, 2015
1 parent 7d12687 commit e3b4bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AsyncDemo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#import "Async.h"
#import "ReactiveCocoa.h"
#import "Masonry.h"
#import "Apply.h"

@interface ViewController ()

Expand All @@ -22,7 +23,7 @@ @implementation ViewController
- (void)viewDidLoad {
[super viewDidLoad];

[self testCancel];

}

- (void)testMain
Expand Down

0 comments on commit e3b4bfd

Please sign in to comment.