// // MJRefreshBackStateFooter.h // MJRefreshExample // // Created by MJ Lee on 15/6/13. // Copyright 漏 2015骞� 灏忕爜鍝�. All rights reserved. // #import "MJRefreshBackFooter.h" @interface MJRefreshBackStateFooter : MJRefreshBackFooter /** 鏄剧ず鍒锋柊鐘舵€佺殑label */ @property (weak, nonatomic, readonly) UILabel *stateLabel; /** 璁剧疆state鐘舵€佷笅鐨勬枃瀛� */ - (void)setTitle:(NSString *)title forState:(MJRefreshState)state; /** 鑾峰彇state鐘舵€佷笅鐨則itle */ - (NSString *)titleForState:(MJRefreshState)state; @end