Skip to content

Commit

Permalink
demo: change objc true to YES (#160)
Browse files Browse the repository at this point in the history
Per Apple best practices.

Signed-off-by: Michael Rebello <mrebello@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
rebello95 authored and jpsim committed Nov 28, 2022
1 parent 1596af0 commit af7365b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/examples/objective-c/hello_world/ViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ - (void)startRequests {
target:self
selector:@selector(performRequest)
userInfo:nil
repeats:true];
repeats:YES];
}

- (void)performRequest {
Expand Down

0 comments on commit af7365b

Please sign in to comment.