Няма описание

FKLaunchAnimation.h 333B

12345678910111213141516171819
  1. //
  2. // LaunchAnimation.h
  3. // FirstLink
  4. //
  5. // Created by ascii on 15/6/27.
  6. // Copyright (c) 2015年 FirstLink. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "FKLaunchStore.h"
  10. @interface FKLaunchAnimation : UIView
  11. + (BOOL)isFinished;
  12. - (void)startAnimation:(void (^)(BOOL finished, NSString *targetURL))complete;
  13. @end