12345678910111213141516 |
- //
- // RQNewFeatureViewModel.h
- // RQCommon
- //
- // Created by 张嵘 on 2018/11/21.
- // Copyright © 2018 张嵘. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface RQNewFeatureViewModel : RQBaseViewModel
- @property (nonatomic, readonly, copy) NSString *videoNameStr;
- @end
|