Skip to content

Instantly share code, notes, and snippets.

@nataliepo
Created February 6, 2013 19:58
Show Gist options
  • Select an option

  • Save nataliepo/4725305 to your computer and use it in GitHub Desktop.

Select an option

Save nataliepo/4725305 to your computer and use it in GitHub Desktop.
// 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