| 1234567891011121314151617 |
- //
- // TabControl.h
- // model
- //
- // Created by Drew on 2018/11/1.
- // Copyright © 2018年 Mine. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- IB_DESIGNABLE
- @interface TabControl : UIView
- @end
- NS_ASSUME_NONNULL_END
|