新UI马甲包

NSTimer+FSLoop.h 314B

1234567891011121314151617
  1. //
  2. // NSTimer+FSLoop.h
  3. // SFLoopScrollview
  4. //
  5. // Created by huim on 2017/3/6.
  6. // Copyright © 2017年 shunFSKi. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSTimer (FSLoop)
  10. - (void)pauseTimer;
  11. - (void)resumeTimer;
  12. - (void)resumeTimerAfterTimeInterval:(NSTimeInterval)interval;
  13. @end