Cocos2dUtilities
Utilities developed by HurleyProg for use with Cocos2d
 All Classes Functions Variables Properties Pages
CCTextFieldCentererScene.h
1 //
2 // CCTextFieldCentererScene.h
3 // Empous
4 //
5 // Created by Ryan Hurley on 5/29/13.
6 // Copyright (c) 2013 HurleyProg. All rights reserved.
7 //
8 
9 #import "CCScene.h"
10 
18 @interface CCTextFieldCentererScene : CCScene <UITextFieldDelegate>
19 
20 @end