Commit fd798f050eba222e7442687446c27765f085ad6a
1 parent
d47873b5
no message
Showing
1 changed file
with
1 additions
and
0 deletions
Example/CNLiveUserAgreementManager/CNLiveViewController.m
| ... | ... | @@ -31,6 +31,7 @@ |
| 31 | 31 | [btn0 addTarget:self action:@selector(testButtonClicked) forControlEvents:UIControlEventTouchUpInside]; |
| 32 | 32 | [self.view addSubview:btn0]; |
| 33 | 33 | |
| 34 | + | |
| 34 | 35 | } |
| 35 | 36 | - (void)testButtonClicked { |
| 36 | 37 | [CNLiveUserAgreementManager jumpToAgreementH5WithType:CNLiveUserAgreementUnderstand]; | ... | ... |