BaseView.h 207 B

12345678910111213
  1. //
  2. // BaseView.h
  3. // KBTabbarController
  4. //
  5. // Created by xiaoguang Xu on 2018/9/26.
  6. // Copyright © 2018年 kangbing. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface BaseView : UIView
  10. @end