30 #import <UIKit/UIKit.h>
45 @property (nonatomic, retain) UIView *refreshHeaderView;
46 @property (nonatomic, retain) UILabel *refreshLabel;
47 @property (nonatomic, retain) UIImageView *refreshArrow;
48 @property (nonatomic, retain) UIActivityIndicatorView *refreshSpinner;
49 @property (nonatomic, copy) NSString *textPull;
50 @property (nonatomic, copy) NSString *textRelease;
51 @property (nonatomic, copy) NSString *textLoading;
54 - (void)addPullToRefreshHeader;