Sha256: e02a7351184ea87a7d5fc4b31ecd6921edc919769b5d58fa79a6b5bc09ad4279
Contents?: true
Size: 432 Bytes
Versions: 22
Compression:
Stored size: 432 Bytes
Contents
// // SplashViewController.h // rhorunner // // Created by Dmitry Moskalchuk on 01.03.10. // Copyright 2010 Apple Inc. All rights reserved. // #import <UIKit/UIKit.h> @interface SplashViewController : UIViewController { IBOutlet UIImageView *splashView; @public UIView *parentView; } - (id)initWithParentView:(UIView*)v; - (void)showSplash:(NSString *)imagePath; - (void)hideSplash; - (void)bringToFront; @end
Version data entries
22 entries across 22 versions & 1 rubygems