提交
This commit is contained in:
20
Pods/CRBoxInputView/PodCode/Classes/CRBoxTextView.m
generated
Executable file
20
Pods/CRBoxInputView/PodCode/Classes/CRBoxTextView.m
generated
Executable file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user