// // YouTubePlayer.h // // Created by Robert on 18/12/2009. // #import @interface YouTubePlayer : NSObject { @private UIView * background; UIWebView * webView; UIActivityIndicatorView * activityIndicator; } - (void) playbackVideo:(NSString*)_videoID InView:(UIView*)_view; @end