FSPagerViewObjcCompat.m 308 B

123456789101112
  1. //
  2. // FSPagerViewObjcCompat.m
  3. // FSPagerView
  4. //
  5. // Created by Wenchao Ding on 2018/9/24.
  6. // Copyright © 2018 Wenchao Ding. All rights reserved.
  7. //
  8. #import "FSPagerViewObjcCompat.h"
  9. NSUInteger const FSPagerViewAutomaticDistance = 0;
  10. CGSize const FSPagerViewAutomaticSize = { .width = 0, .height = 0 };