12345678910111213141516 |
- //
- // HCFindChannelViewController.h
- // hc
- //
- // Created by xiaoxi on 2018/1/30.
- // Copyright © 2018年 hc. All rights reserved.
- //
- #import "HCBaseViewController.h"
- @class HCFindChannelModel;
- @interface HCFindChannelViewController : HCBaseViewController
- @property (nonatomic, strong) HCFindChannelModel *model;
- @end
|