我正在使用MPGTextField.在.h文件中,我收到以下警告:Autopropertysynthesiswillnotsynthesizeproperty'delegate',itwillbeimplementedbyitssuperclass,use@dynamictoacknowledgeintention代码如下:#import@protocolMPGTextFieldDelegate;@interfaceMPGTextField:UITextField//HereiswhereIgetthewarning:@property(nonatomic,weak)iddelegat