Created
April 3, 2016 21:09
-
-
Save Split82/5055e592073bd1435e280b145b1be0ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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