// // ForbidMenuTextField.m // GBOX // // Created by yhw on 2022/2/11. // Copyright © 2022 APPLE. All rights reserved. // #import "ForbidMenuTextField.h" @implementation ForbidMenuTextField - (BOOL)canPerformAction:(SEL)action withSender:(id)sender{ return NO; } @end