StartFigureViewController.h 364 B

12345678910111213141516171819
  1. //
  2. // StartFigureViewController.h
  3. // Starbuds
  4. //
  5. // Created by 翟玉磊 on 2020/1/14.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. // 启动图
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface StartFigureViewController : UIViewController
  11. @property (nonatomic, copy) dispatch_block_t videoPlaybackCompleted;
  12. @end
  13. NS_ASSUME_NONNULL_END