Last active
August 29, 2015 13:55
-
-
Save patzearfoss/8697890 to your computer and use it in GitHub Desktop.
This file contains 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
- (void)setDelegate:(id<UINavigationControllerDelegate>)delegate | |
{ | |
[NSException raise:@"Wrong delegate error" format:@"You're actually using this? 99% sure you meant mailComposerDelegate"]; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment