123456789101112131415161718 |
- //
- // KDPServiceView.h
- // KuDianProject
- //
- // Created by 学丽 on 2019/7/12.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPServiceView : UIView
- @property(nonatomic,copy)void(^serviceBlock)(void);
- @end
- NS_ASSUME_NONNULL_END
|