Created
February 6, 2013 19:58
-
-
Save nataliepo/4725305 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
| // at the bottom of TNConstants.m's @implementation TNConstantsLinechef : NSObject | |
| +(NSString*)latest_issue_url { | |
| return [NSString stringWithFormat:@"%@/latest_issue.json", [TNConstantsLinechef base_asset_url]]; | |
| } | |
| // ..in the @interface TNConstantsLinechef : NSObject block: | |
| +(NSString*)latest_issue_url; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment