Sha256: fecf5938e4b75573bcd0c53a885abed3c42c1a9c861490a7ad3a3dff7327ea5b
Contents?: true
Size: 592 Bytes
Versions: 39
Compression:
Stored size: 592 Bytes
Contents
// // SplashViewController.h // rhorunner // // Created by Dmitry Moskalchuk on 01.03.10. // Copyright 2010 Apple Inc. All rights reserved. // #import <UIKit/UIKit.h> #import "RhoViewController.h" @interface RhoSplashImageView : UIImageView { } @end @interface SplashViewController : RhoViewController { IBOutlet UIImageView *splashView; @public UIView *parentView; } - (id)initWithParentView:(UIView*)v; - (void)hideSplash; - (void)bringToFront; + (NSString*)detectLoadingImage:(CGRect)myframe rotation_to_left:(BOOL*)rotation_to_left; + (BOOL)hasLoadingImage; @end
Version data entries
39 entries across 39 versions & 1 rubygems