FMLoadMoreFooterView.h 240 B

123456789101112
  1. //
  2. // FMLoadMoreFooterView.h
  3. // FreeMusic
  4. //
  5. //
  6. #import <UIKit/UIKit.h>
  7. @interface FMLoadMoreFooterView : UIView
  8. @property (nonatomic,strong) UIActivityIndicatorView * activeView;
  9. @property (nonatomic,strong) UILabel * titleLabel;
  10. @end