Files
mier_ios/Pods/CRBoxInputView/PodCode/Classes/CRBoxTextView.m

21 lines
264 B
Mathematica
Raw Permalink Normal View History

2025-08-11 10:43:19 +08:00
//
// CRBoxTextView.m
// CRBoxInputView
//
// Created by Chobits on 2019/1/3.
//
#import "CRBoxTextView.h"
@implementation CRBoxTextView
/**
* /
*/
- (BOOL)canPerformAction:(SEL)action withSender:(id)sender
{
return NO;
}
@end