//
//  TKTabLayoutBase_Protected.h
//  TelerikUI
//
//  Created by Viktor Skarlatov on 10/26/16.
//  Copyright © 2016 Telerik. All rights reserved.
//

#ifndef TKTabLayoutBase_Protected_h
#define TKTabLayoutBase_Protected_h

#import "TKTabStrip.h"
#import <Foundation/Foundation.h>

@interface TKTabLayoutBase ()
@property (strong, nonatomic, readonly) TKTabStrip *tabStrip;
@end

#endif /* TKTabLayoutBase_Protected_h */
