// // YOUPAIZYUserDynamicVC.h // VQU // // Created by Elaine on 2020/11/16. // Copyright © 2020 leo. All rights reserved. // #import "YOUPAILCBaseDynamicVC.h" #import "NestedDelegate.h" NS_ASSUME_NONNULL_BEGIN @interface YOUPAIZYUserDynamicVC : YOUPAILCBaseDynamicVC @property(nonatomic,strong)NSString* youpaipuserId; @end NS_ASSUME_NONNULL_END