Wallpaper_Home/wallpaper_project/Pods/FSPagerView/Sources/FSPagerViewObjcCompat.m
2024-04-17 14:37:20 +08:00

13 lines
308 B
Objective-C

//
// FSPagerViewObjcCompat.m
// FSPagerView
//
// Created by Wenchao Ding on 2018/9/24.
// Copyright © 2018 Wenchao Ding. All rights reserved.
//
#import "FSPagerViewObjcCompat.h"
NSUInteger const FSPagerViewAutomaticDistance = 0;
CGSize const FSPagerViewAutomaticSize = { .width = 0, .height = 0 };