// // LDTimeLineSeconeListVc.h // YouHuiProject // // Created by liuxueli on 2019/1/18. // Copyright © 2019 kuxuan. All rights reserved. // #import "LDBaseViewController.h" #import "LDTimeLineChannelModel.h" NS_ASSUME_NONNULL_BEGIN @interface LDTimeLineSeconeListVc : LDBaseViewController @property (nonatomic, strong) LDTimeLineChannelModel *model; @end NS_ASSUME_NONNULL_END