Files
CRBoxInputView/PodCode/Classes/CRBoxTextView.m

21 lines
264 B
Mathematica
Raw Normal View History

2019-01-03 18:43:31 +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