123456789101112131415161718 |
- //
- // YOUPAIZYUpdateRemarkWindow.h
- // VQU
- //
- // Created by Elaine on 2020/12/11.
- // Copyright © 2020 leo. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "ZYBaseWindow.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YOUPAIZYUpdateRemarkWindow : ZYBaseWindow
- //@property(nonatomic,assign)CGFloat vWith,vHeight;
- @property(nonatomic,strong)NIMSession *youpaipsession;
- @end
- NS_ASSUME_NONNULL_END
|