admin
2022-01-17 b63ed504f6d1e652d9fbd67c1490e7821b159c75
Pods/IQKeyboardManager/IQKeyBoardManager/IQTextView/IQTextView.h
@@ -1,7 +1,7 @@
//
//  IQTextView.h
// IQTextView.h
// https://github.com/hackiftekhar/IQKeyboardManager
// Copyright (c) 2013-15 Iftekhar Qurashi.
// Copyright (c) 2013-16 Iftekhar Qurashi.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
@@ -33,7 +33,17 @@
/**
 Set textView's placeholder text. Default is nil.
 */
@property(nullable, nonatomic,copy)   NSString    *placeholder;
@property(nullable, nonatomic,copy) IBInspectable NSString    *placeholder;
/**
 Set textView's placeholder attributed text. Default is nil.
 */
@property(nullable, nonatomic,copy) IBInspectable NSAttributedString    *attributedPlaceholder;
/**
 To set textView's placeholder text color. Default is nil.
 */
@property(nullable, nonatomic,copy) IBInspectable UIColor    *placeholderTextColor;
@end