//
//  TKListViewLoadOnDemandView.h
//  TelerikUI
//
//  Copyright (c) 2015 Telerik. All rights reserved.
//

/**
 An UIView containing an activity indicator to be displayed while user is waiting for data update after a load-on-demand request takes place.
 */
@interface TKListViewLoadOnDemandView : UIView

@end
