YBTakeSameVideoVC.h 322 B

12345678910111213141516171819
  1. //
  2. // YBTakeSameVideoVC.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2019/11/27.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBTakeSameVideoVC : YBBaseViewController
  11. @property(nonatomic,strong)NSDictionary *musicDic;
  12. @end
  13. NS_ASSUME_NONNULL_END