| 12345678910111213141516171819 |
- //
- // YBTakeSameVideoVC.h
- // YBVideo
- //
- // Created by YB007 on 2019/11/27.
- // Copyright © 2019 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YBTakeSameVideoVC : YBBaseViewController
- @property(nonatomic,strong)NSDictionary *musicDic;
- @end
- NS_ASSUME_NONNULL_END
|