added url to virtual key

This commit is contained in:
Jeena Paradies 2010-05-01 15:16:51 +02:00
parent 543e4e99eb
commit 457a08ea91
8 changed files with 254 additions and 211 deletions

21
Constants.h Normal file
View 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