12345678910111213141516 |
- //
- // HSQFeedbackController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/2/5.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import "HSQBaseViewController.h"
- #import "HSQUserInfo.h"
- @interface HSQFeedbackController : HSQBaseViewController
- @property (nonatomic, strong) HSQUserInfo *userInfo;
- @end
|