12345678910111213141516171819 |
- //
- // KDPPasteView.h
- // KuDianProject
- //
- // Created by 学丽 on 2019/7/11.
- // Copyright © 2019 KDP. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface KDPPasteView : UIView
- @property(nonatomic,strong)UILabel *pasteLabel;
- @property(nonatomic,strong)NSString *tkl;
- @end
- NS_ASSUME_NONNULL_END
|