Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Move constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ulukaya committed Jan 7, 2014
1 parent 5f8aa09 commit 2537e00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions YouTube Direct Lite for iOS/MainViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#import "Utils.h"


static NSString *const kKeychainItemName = @"YouTube Direct Lite";

@implementation MainViewController

@synthesize youtubeService;
Expand Down
2 changes: 2 additions & 0 deletions YouTube Direct Lite for iOS/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ static NSString *const UPLOAD_PLAYLIST = @"Replace me with the playlist ID you w
static NSString *const kClientID = @"Replace me with your project's Client ID";
static NSString *const kClientSecret = @"Replace me with your project's Client Secret";

static NSString *const kKeychainItemName = @"YouTube Direct Lite";

@interface Utils : NSObject

+ (UIAlertView*)showWaitIndicator:(NSString *)title;
Expand Down

0 comments on commit 2537e00

Please sign in to comment.