RQProfileViewModel.h 291 B

1234567891011121314151617
  1. //
  2. // RQProfileViewModel.h
  3. // RQCommon
  4. //
  5. // Created by 张嵘 on 2018/11/21.
  6. // Copyright © 2018 张嵘. All rights reserved.
  7. //
  8. #import "RQCommonCollectionViewModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQProfileViewModel : RQCommonCollectionViewModel
  11. @end
  12. NS_ASSUME_NONNULL_END