Skip to content

Instantly share code, notes, and snippets.

@Split82
Created April 3, 2016 21:09
Show Gist options
  • Save Split82/5055e592073bd1435e280b145b1be0ea to your computer and use it in GitHub Desktop.
Save Split82/5055e592073bd1435e280b145b1be0ea to your computer and use it in GitHub Desktop.
@protocol RatingViewControllerDelegate <NSObject>
- (void)ratingViewControllerDidFinishWithOk:(RatingViewController*)ratingViewController selectedRow:(NSInteger)selectedRowIndex;
- (void)ratingViewControllerDidCancel:(RatingViewController*)ratingViewController;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment