123456789101112131415161718 |
- //
- // KDPTodayListViewController.h
- // KuDianProject
- //
- // Created by 学丽 on 2019/7/9.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import "KDPMainViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPTodayListViewController : KDPMainViewController
- @property(nonatomic,copy)NSString *todayStr;
- @end
- NS_ASSUME_NONNULL_END
|