cdts/xdts-ios 3/Pods/Target Support Files/YNPageViewController/YNPageViewController-umbrella.h

27 lines
666 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "UIScrollView+YNPageExtend.h"
#import "UIView+YNPageExtend.h"
#import "UIViewController+YNPageExtend.h"
#import "YNPageCollectionView.h"
#import "YNPageHeaderScrollView.h"
#import "YNPageScrollMenuView.h"
#import "YNPageScrollView.h"
#import "YNPageTableView.h"
#import "YNPageConfigration.h"
#import "YNPageViewController.h"
FOUNDATION_EXPORT double YNPageViewControllerVersionNumber;
FOUNDATION_EXPORT const unsigned char YNPageViewControllerVersionString[];