1234567891011121314151617 |
- //
- // 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<NestedDelegate>
- @property(nonatomic,strong)NSString* youpaipuserId;
- @end
- NS_ASSUME_NONNULL_END
|