12345678910111213141516171819 |
- //
- // KDPMainViewController.h
- // KuDianProject
- //
- // Created by 学丽 on 2019/7/4.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "KDPNavBar.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPMainViewController : UIViewController
- @property(nonatomic,strong)KDPNavBar *navBar;
- @end
- NS_ASSUME_NONNULL_END
|