QNRefresher.h 218 B

12345678910111213
  1. //
  2. // QNRefresher.h
  3. // HappyDNS
  4. //
  5. // Created by bailong on 16/7/20.
  6. // Copyright © 2016年 Qiniu Cloud Storage. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface QNRefresher : NSObject
  10. @end