123456789101112131415161718 |
- //
- // UILabelCopy.h
- // smartRhino
- //
- // Created by niuzhen on 2020/2/7.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface UILabelCopy : UILabel
- @end
- NS_ASSUME_NONNULL_END
|