//
//  TKChartWeightedCloseIndicator.h
//  TelerikUI
//
//  Copyright (c) 2014 Telerik. All rights reserved.
//

#import "TKChartFinancialIndicator.h"

/**
 Represents Weighted Close indicator. Doesn't have any specific properties.
 */
@interface TKChartWeightedCloseIndicator : TKChartFinancialIndicator

@end
