Commit 78d3a0acd301d1cc45bc69ec06319a2677fa1cfd
1 parent
1cde6532
no message
Showing
1 changed file
with
1 additions
and
0 deletions
CNLiveIntegralModule/Classes/Tools/CNLiveRewardRulesView.h
| @@ -11,6 +11,7 @@ | @@ -11,6 +11,7 @@ | ||
| 11 | NS_ASSUME_NONNULL_BEGIN | 11 | NS_ASSUME_NONNULL_BEGIN |
| 12 | 12 | ||
| 13 | @interface CNLiveRewardRulesView : UIView | 13 | @interface CNLiveRewardRulesView : UIView |
| 14 | + | ||
| 14 | + (void)showRewardRulesView; | 15 | + (void)showRewardRulesView; |
| 15 | + (void)showRewardRulesView:(NSString *)url; | 16 | + (void)showRewardRulesView:(NSString *)url; |
| 16 | 17 |