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