32 #import <UIKit/UIKit.h>
40 #define kPullDownToReloadToggleHeight 65.0f
46 UILabel *lastUpdatedLabel;
48 UIImageView *arrowImage;
49 UIActivityIndicatorView *activityView;
55 @property (nonatomic, retain) NSDate *lastUpdatedDate;
60 - (void) startReloading:(UITableView *)tableView animated:(BOOL)animated;
61 - (void) finishReloading:(UITableView *)tableView animated:(BOOL)animated;