// // IBTSegmentContainer.h // XFFruit // // Created by Xummer on 4/11/15. // Copyright (c) 2015 Xummer. All rights reserved. // #import "IBTUIView.h" #import "IBTSegmentedControl.h" @interface IBTSegmentContainer : IBTUIView @property (strong, nonatomic) IBTSegmentedControl *segmentControl; - (id)initWithItems:(NSArray *)items; @end #define IBT_SEGMENT_CONTAINER_DEFUALT_HEIGHT (44)