CGXRefreshBackFooter.h 287 B

1234567891011121314
  1. //
  2. // CGXRefreshBackFooter.h
  3. // CGXVerticalMenuView-OC
  4. //
  5. // Created by CGX on 2018/05/01.
  6. // Copyright © 2019 CGX. All rights reserved.
  7. //
  8. #import "MJRefreshBackFooter.h"
  9. @interface CGXRefreshBackFooter : MJRefreshBackFooter
  10. @property (nonatomic , strong) NSString *title;
  11. @end