7 lines
No EOL
205 B
Objective-C
7 lines
No EOL
205 B
Objective-C
#import "YTICommand.h"
|
|
|
|
@interface YTIPivotBarItemRenderer : NSObject
|
|
- (NSString *)pivotIdentifier;
|
|
- (YTICommand *)navigationEndpoint;
|
|
- (void)setNavigationEndpoint:(YTICommand *)navigationEndpoint;
|
|
@end |