TabBarPicker/Pod/Classes/TabBarSubItem.h
2015-07-16 14:18:12 +02:00

19 lines
292 B
Objective-C

//
// TabBarSubItem.h
// Pods
//
// Created by Giuseppe Nucifora on 15/07/15.
//
//
#import <Foundation/Foundation.h>
//#import "PureLayout.h"
@interface TabBarSubItem : UIView
@property (nonatomic, strong) NSString *name;
+ (instancetype) tabBarSubItemWithName:(NSString*)name;
@end