Skip to content

Commit b7d9182

Browse files
committed
set request delegate
1 parent 3f7cf7b commit b7d9182

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

Protocols/PRViewController.m

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ - (void)viewDidLoad
2020
// Do any additional setup after loading the view, typically from a nib.
2121

2222
PRRequest *request = [[PRRequest alloc] init];
23+
request.delegate=self;
2324
[request startSomething];
2425
}
2526

0 commit comments

Comments
 (0)