1234567891011121314151617181920 |
- //
- // 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 <UIKit/UIKit.h>
- @interface WFCUFaceButton : UIButton
- @property NSInteger buttonIndex;
- @end
|