Verification Code Button
YHVerificationCodeButton *codeButton=[[YHVerificationCodeButton alloc]initWithFrame:CGRectMake(100,100, 100, 50)];
codeButton.normalColor=[UIColor redColor];
codeButton.pressedColor=[UIColor blackColor];
codeButton.timeout=60;

