1234567891011121314151617 |
- //
- // DRTodayViewController.h
- // YouHuiProject
- //
- // Created by 小花 on 2018/1/17.
- // Copyright © 2018年 kuxuan. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "DRHomeChannelModel.h"
- @interface DRTodayViewController : UIViewController
- @property (nonatomic, strong) DRHomeChannelModel *model;
- @end
|