// // MJRefreshAutoNormalFooter.h // MJRefreshExample // // Created by MJ Lee on 15/4/24. // Copyright (c) 2015骞� 灏忕爜鍝�. All rights reserved. // #import "MJRefreshAutoStateFooter.h" @interface MJRefreshAutoNormalFooter : MJRefreshAutoStateFooter /** 鑿婅姳鐨勬牱寮� */ @property (assign, nonatomic) UIActivityIndicatorViewStyle activityIndicatorViewStyle; @end