12345678910111213141516171819 |
- //
- // StartFigureViewController.h
- // Starbuds
- //
- // Created by 翟玉磊 on 2020/1/14.
- // Copyright © 2020 翟玉磊. All rights reserved.
- // 启动图
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface StartFigureViewController : UIViewController
- @property (nonatomic, copy) dispatch_block_t videoPlaybackCompleted;
- @end
- NS_ASSUME_NONNULL_END
|