1234567891011121314151617181920 |
- #import "MBHudDemoAppDelegate.h"
- #import "MBHudDemoViewController.h"
- @implementation MBHudDemoAppDelegate
- - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
- self.window.tintColor = [UIColor colorWithRed:.337f green:.57f blue:.731f alpha:1.f];
- return YES;
- }
- @end
|