Files
yuyin_ios/Pods/CRBoxInputView/PodCode/Classes/CRBoxTextView.h

17 lines
203 B
C
Raw Permalink Normal View History

2025-08-08 11:05:33 +08:00
//
// CRBoxTextView.h
// CRBoxInputView
//
// Created by Chobits on 2019/1/3.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface CRBoxTextView : UITextField
@end
NS_ASSUME_NONNULL_END