RQNewFeatureViewModel.h 295 B

12345678910111213141516
  1. //
  2. // RQNewFeatureViewModel.h
  3. // RQCommon
  4. //
  5. // Created by 张嵘 on 2018/11/21.
  6. // Copyright © 2018 张嵘. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface RQNewFeatureViewModel : RQBaseViewModel
  10. @property (nonatomic, readonly, copy) NSString *videoNameStr;
  11. @end