Skip to content

Instantly share code, notes, and snippets.

@cjazz
Created October 30, 2016 21:17
Show Gist options
  • Save cjazz/6e1c2508080becaffb152697324ff921 to your computer and use it in GitHub Desktop.
Save cjazz/6e1c2508080becaffb152697324ff921 to your computer and use it in GitHub Desktop.
Helper to get Twitter app creds from Info.plist
//
// TwitterAPIBundle.h
//
//
// Created by Adam Chin on 10/26/15.
#import <Foundation/Foundation.h>
@interface TwitterAPIBundle : NSObject
+ (NSString *)twitterAPIKey;
+ (NSString *)twitterSec;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment