YOUPAIZYUserDynamicVC.h 370 B

1234567891011121314151617
  1. //
  2. // YOUPAIZYUserDynamicVC.h
  3. // VQU
  4. //
  5. // Created by Elaine on 2020/11/16.
  6. // Copyright © 2020 leo. All rights reserved.
  7. //
  8. #import "YOUPAILCBaseDynamicVC.h"
  9. #import "NestedDelegate.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface YOUPAIZYUserDynamicVC : YOUPAILCBaseDynamicVC<NestedDelegate>
  12. @property(nonatomic,strong)NSString* youpaipuserId;
  13. @end
  14. NS_ASSUME_NONNULL_END