TabBarPicker/Pod/Classes/TabBarSubItem.h
2015-07-15 18:26:19 +02:00

18 lines
269 B
Objective-C

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