12345678910111213141516171819 |
- //
- // LaunchAnimation.h
- // FirstLink
- //
- // Created by ascii on 15/6/27.
- // Copyright (c) 2015年 FirstLink. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "FKLaunchStore.h"
- @interface FKLaunchAnimation : UIView
- + (BOOL)isFinished;
- - (void)startAnimation:(void (^)(BOOL finished, NSString *targetURL))complete;
- @end
|