// // PhoneCodeButton.h // CodingMart // // Created by Ease on 15/12/15. // Copyright © 2015年 net.coding. All rights reserved. // #import @interface PhoneCodeButton : UIButton - (void)startUpTimer; - (void)invalidateTimer; @end