// // FaceButton.h // // Created by blue on 12-9-26. // Copyright (c) 2012年 blue. All rights reserved. // Email - 360511404@qq.com // http://github.com/bluemood // #import @interface WFCUFaceButton : UIButton @property NSInteger buttonIndex; @end