Cocos2dUtilities
Utilities developed by HurleyProg for use with Cocos2d
 All Classes Functions Variables Properties Pages
CCLoadingOverlay.h
1 //
2 // LoadingOverlay.h
3 // Empous
4 //
5 // Created by Ryan Hurley on 3/10/13.
6 // Copyright (c) 2013 HurleyProg. All rights reserved.
7 //
8 
9 #import "CCLayer.h"
10 #import "cocos2d.h"
11 
16 @interface CCLoadingOverlay : CCLayer
17 
21 +(id)nodeWithFont:(NSString*)fontName;
22 
26 +(id)nodeWithMessage:(NSString*)spinnerMessage withFont:(NSString*)fontName;
27 
28 @end