MJRefreshAutoNormalFooter.h 372 B

1234567891011121314
  1. //
  2. // MJRefreshAutoNormalFooter.h
  3. // MJRefreshExample
  4. //
  5. // Created by MJ Lee on 15/4/24.
  6. // Copyright (c) 2015年 小码哥. All rights reserved.
  7. //
  8. #import "MJRefreshAutoStateFooter.h"
  9. @interface MJRefreshAutoNormalFooter : MJRefreshAutoStateFooter
  10. /** 菊花的样式 */
  11. @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle;
  12. @end