// // FMLoadMoreFooterView.h // FreeMusic // // #import <UIKit/UIKit.h> @interface FMLoadMoreFooterView : UIView @property (nonatomic,strong) UIActivityIndicatorView * activeView; @property (nonatomic,strong) UILabel * titleLabel; @end