FSPagerViewObjcCompat.h 521 B

1234567891011121314151617181920212223
  1. //
  2. // FSPagerViewObjcCompat.h
  3. // FSPagerView
  4. //
  5. // Created by 丁文超 on 2018/9/18.
  6. // Copyright © 2018 Wenchao Ding. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <Foundation/Foundation.h>
  10. #define FSPagerViewExtern extern
  11. /**
  12. Requests that FSPagerView use the default value for a given distance.
  13. */
  14. FSPagerViewExtern NSUInteger const FSPagerViewAutomaticDistance;
  15. /**
  16. Requests that FSPagerView use the default value for a given size.
  17. */
  18. FSPagerViewExtern CGSize const FSPagerViewAutomaticSize;