Skip to content

Commit

Permalink
No L0Keyboard on iOS 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
millenomi committed Jun 24, 2010
1 parent 0c67231 commit e3da796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion L0Keyboard.h
Expand Up @@ -6,7 +6,7 @@
// Copyright 2010 __MyCompanyName__. All rights reserved.
//

#if TARGET_OS_IPHONE
#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED < 30200

#import <UIKit/UIKit.h>

Expand Down
2 changes: 1 addition & 1 deletion L0Keyboard.m
Expand Up @@ -6,7 +6,7 @@
// Copyright 2010 __MyCompanyName__. All rights reserved.
//

#if TARGET_OS_IPHONE
#if TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MAX_ALLOWED < 30200

#import "L0Keyboard.h"

Expand Down

0 comments on commit e3da796

Please sign in to comment.