TabBarPicker/Pod/Classes/TabBarSubItem.h
2015-07-21 09:21:33 +02:00

18 lines
267 B
Objective-C

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