Skip to content

Instantly share code, notes, and snippets.

@takatoshi
Created October 25, 2012 19:57
Show Gist options
  • Select an option

  • Save takatoshi/3955036 to your computer and use it in GitHub Desktop.

Select an option

Save takatoshi/3955036 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
#import "cocos2d.h"
// *** 通常のコード *** //
// *** 追加 *** //
#import "AdWhirlDelegateProtocol.h"
#import "RootViewController.h"
// *** <AdWhirlDelegate>を追加 *** //
@interface example : CCLayer <AdWhirlDelegate> {
// *** 通常のコード *** //
// *** 追加 *** //
AdWhirlView *adView;
RootViewController *viewController;
}
// *** 通常のコード *** //
// *** 追加 *** //
@property (nonatomic, retain) AdWhirlView *adView;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment