Commit ac2e44386e9889b7c4c18a248643fa80b597cec8
1 parent
abe6c194
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveServices/Classes/Category/CNLiveCategoryServiceProtocol.h
| @@ -15,6 +15,6 @@ | @@ -15,6 +15,6 @@ | ||
| 15 | - (UIViewController *)getCategoryViewController; | 15 | - (UIViewController *)getCategoryViewController; |
| 16 | - (void)pushToCategoryViewController; | 16 | - (void)pushToCategoryViewController; |
| 17 | 17 | ||
| 18 | -- (void)selectItem:(NSInteger)item; | 18 | +- (void)selectRowItem:(NSInteger)rowItem columnItem:(NSInteger)columnItem; |
| 19 | 19 | ||
| 20 | @end | 20 | @end |