// // CustomTextView.h // HD wallpaper // #import NS_ASSUME_NONNULL_BEGIN @interface CustomTextView : UITextView @property (nonatomic, strong) NSString *placeholder; @property (nonatomic, strong) UIColor *placeholderColor; @property (nonatomic, strong) UIColor *borderColor; @property (nonatomic, assign) CGFloat borderWidth; @property (nonatomic, assign) CGFloat cornerRadius; @end NS_ASSUME_NONNULL_END