2
0

WFCUFaceButton.h 278 B

1234567891011121314151617181920
  1. //
  2. // FaceButton.h
  3. //
  4. // Created by blue on 12-9-26.
  5. // Copyright (c) 2012年 blue. All rights reserved.
  6. // Email - 360511404@qq.com
  7. // http://github.com/bluemood
  8. //
  9. #import <UIKit/UIKit.h>
  10. @interface WFCUFaceButton : UIButton
  11. @property NSInteger buttonIndex;
  12. @end