added url to virtual key
This commit is contained in:
parent
543e4e99eb
commit
457a08ea91
8 changed files with 254 additions and 211 deletions
21
Constants.h
Normal file
21
Constants.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
//
|
||||
// Constants.h
|
||||
// Twittia 2
|
||||
//
|
||||
// Created by Jeena on 01.05.10.
|
||||
// Copyright 2010 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Carbon/Carbon.h>
|
||||
|
||||
|
||||
@interface Constants : NSObject {
|
||||
|
||||
}
|
||||
|
||||
#define TWEET_MAX_LENGTH 140
|
||||
|
||||
+ (NSString *)stringFromVirtualKeyCode:(NSInteger)code;
|
||||
|
||||
@end
|
Reference in a new issue