//
//  Created by Open Reply on 22/01/14.
//

@class SplashClipViewController;

@protocol SplashClipDelegate <NSObject>

- (void)splashClipCompleted:(SplashClipViewController *)splash;

@end


@interface SplashClipViewController : UIViewController

@property (nonatomic, weak) id<SplashClipDelegate> delegate;
@property (nonatomic, weak) IBOutlet UIView *cntAdv;

@end
