//// GXFButtonAndLineView.h// XFFruit//// Created by freecui on 15/9/4.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>@interfaceGXFButtonAndLineView:UIView@property(nonatomic,strong)UIButton*f_btn;@property(nonatomic,strong)UIView*f_line;-(instancetype)initViewLineAndButtonWithFrame:(CGRect)frameisSeleted:(BOOL)isSelectedbuttonTitle:(NSString*)titleselectColor:(UIColor*)color;-(instancetype)initViewLineAndButtonWithFrame:(CGRect)frameisSeleted:(BOOL)isSelectedbuttonTitle:(NSString*)titleselectColor:(UIColor*)coloraction:(SEL)actionforControlEvents:(UIControlEvents)controlEvents;@end