123456789101112131415161718 |
- //
- // JXWheelView.h
- // shiku_im
- //
- // Created by 123 on 2020/6/6.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "packageRoolModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface JXWheelView : UIView
- @end
- NS_ASSUME_NONNULL_END
|