Skip to content

Commit

Permalink
Merge pull request #555 from Wei18/fix/import-issue-on-spm
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei18 authored Jan 30, 2024
2 parents 729fb72 + bb582cb commit 35815d9
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@
// Copyright (c) 2012 Club 15CC. All rights reserved.
//
#import <UIKit/UIKit.h>
#if COCOAPODS
#import <AbstractActionSheetPicker.h>
#import <ActionSheetCustomPickerDelegate.h>
#else
#import <CoreActionSheetPicker/AbstractActionSheetPicker.h>
#import <CoreActionSheetPicker/ActionSheetCustomPickerDelegate.h>
#endif

@interface ActionSheetCustomPicker : AbstractActionSheetPicker
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
//

#import <UIKit/UIKit.h>
#if COCOAPODS
#import <AbstractActionSheetPicker.h>
#else
#import <CoreActionSheetPicker/AbstractActionSheetPicker.h>
#endif

@protocol ActionSheetCustomPickerDelegate <UIPickerViewDelegate, UIPickerViewDataSource>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
//SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//

#if COCOAPODS
#import <AbstractActionSheetPicker.h>
#else
#import <CoreActionSheetPicker/AbstractActionSheetPicker.h>
#endif

@class ActionSheetDatePicker;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@
//SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//

#if COCOAPODS
#import <AbstractActionSheetPicker.h>
#import <DistancePickerView.h>
#else
#import <CoreActionSheetPicker/AbstractActionSheetPicker.h>
#import <CoreActionSheetPicker/DistancePickerView.h>
#endif

@interface ActionSheetDistancePicker : AbstractActionSheetPicker <UIPickerViewDelegate, UIPickerViewDataSource>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
//SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//

#if COCOAPODS
#import <AbstractActionSheetPicker.h>
#else
#import <CoreActionSheetPicker/AbstractActionSheetPicker.h>
#endif

@class ActionSheetLocalePicker;
typedef void(^ActionLocaleDoneBlock)(ActionSheetLocalePicker *picker, NSTimeZone * selectedValue);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@
//SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//

#if COCOAPODS
#import <AbstractActionSheetPicker.h>
#else
#import <CoreActionSheetPicker/AbstractActionSheetPicker.h>
#endif

@class ActionSheetMultipleStringPicker;
typedef void(^ActionMultipleStringDoneBlock)(ActionSheetMultipleStringPicker *picker, NSArray *selectedIndexes, id selectedValues);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
//SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//

#if COCOAPODS
#import <AbstractActionSheetPicker.h>
#else
#import <CoreActionSheetPicker/AbstractActionSheetPicker.h>
#endif

@class ActionSheetStringPicker;
typedef void(^ActionStringDoneBlock)(ActionSheetStringPicker *picker, NSInteger selectedIndex, id selectedValue);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@ FOUNDATION_EXPORT const unsigned char CoreActionSheetPickerVersionString[];
#import "ActionSheetLocalePicker.h"
#import "ActionSheetStringPicker.h"
#import "ActionSheetMultipleStringPicker.h"
#import "SWActionSheet.h"

0 comments on commit 35815d9

Please sign in to comment.