Skip to content

Commit

Permalink
add header file
Browse files Browse the repository at this point in the history
  • Loading branch information
skywinder committed Dec 17, 2014
1 parent 15bce21 commit 1b10588
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
1CA808AA1A25CE96004252BA /* DistancePickerView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA808991A25CE96004252BA /* DistancePickerView.h */; settings = {ATTRIBUTES = (Public, ); }; };
1CA808AB1A25CE96004252BA /* SWActionSheet.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CA8089A1A25CE96004252BA /* SWActionSheet.h */; };
1CA808AC1A25CE96004252BA /* SWActionSheet.m in Sources */ = {isa = PBXBuildFile; fileRef = 1CA8089B1A25CE96004252BA /* SWActionSheet.m */; };
1CDEAE761A4229A8005F495B /* ActionSheetPicker.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CDEAE751A4229A8005F495B /* ActionSheetPicker.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -63,6 +64,7 @@
1CA808991A25CE96004252BA /* DistancePickerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DistancePickerView.h; path = ../../Pickers/DistancePickerView.h; sourceTree = "<group>"; };
1CA8089A1A25CE96004252BA /* SWActionSheet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SWActionSheet.h; path = ../../Pickers/SWActionSheet.h; sourceTree = "<group>"; };
1CA8089B1A25CE96004252BA /* SWActionSheet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SWActionSheet.m; path = ../../Pickers/SWActionSheet.m; sourceTree = "<group>"; };
1CDEAE751A4229A8005F495B /* ActionSheetPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActionSheetPicker.h; path = ../../Pickers/ActionSheetPicker.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -140,6 +142,7 @@
1CA8088A1A25CE7F004252BA /* Pickers */ = {
isa = PBXGroup;
children = (
1CDEAE751A4229A8005F495B /* ActionSheetPicker.h */,
1CA8088B1A25CE96004252BA /* AbstractActionSheetPicker.m */,
1CA8088C1A25CE96004252BA /* ActionSheetDatePicker.m */,
1CA8088D1A25CE96004252BA /* DistancePickerView.m */,
Expand Down Expand Up @@ -175,6 +178,7 @@
1CA808A81A25CE96004252BA /* ActionSheetStringPicker.h in Headers */,
1CA808A41A25CE96004252BA /* ActionSheetDistancePicker.h in Headers */,
1CA808A61A25CE96004252BA /* ActionSheetLocalePicker.h in Headers */,
1CDEAE761A4229A8005F495B /* ActionSheetPicker.h in Headers */,
1CA808A21A25CE96004252BA /* ActionSheetCustomPickerDelegate.h in Headers */,
1CA808A01A25CE96004252BA /* ActionSheetCustomPicker.h in Headers */,
1CA808741A25CE49004252BA /* CoreActionSheetPicker.h in Headers */,
Expand Down Expand Up @@ -472,6 +476,7 @@
1CA808861A25CE49004252BA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
1CA808871A25CE49004252BA /* Build configuration list for PBXNativeTarget "CoreActionSheetPickerTests" */ = {
isa = XCConfigurationList;
Expand All @@ -480,6 +485,7 @@
1CA808891A25CE49004252BA /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ FOUNDATION_EXPORT const unsigned char CoreActionSheetPickerVersionString[];
#import <CoreActionSheetPicker/ActionSheetDistancePicker.h>
#import <CoreActionSheetPicker/ActionSheetLocalePicker.h>
#import <CoreActionSheetPicker/ActionSheetStringPicker.h>
#import <CoreActionSheetPicker/DistancePickerView.h>
#import <CoreActionSheetPicker/DistancePickerView.h>
#import <CoreActionSheetPicker/ActionSheetPicker.h>
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
1C6EE715192BB41600A27994 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Example/main.m; sourceTree = SOURCE_ROOT; };
1C6EE722192BB47000A27994 /* ActionSheetPicker-iOS6-7_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ActionSheetPicker-iOS6-7_Prefix.pch"; sourceTree = "<group>"; };
1C6EE723192BB47000A27994 /* ActionSheetPicker-iOS6-7-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ActionSheetPicker-iOS6-7-Info.plist"; sourceTree = "<group>"; };
1C6EE725192BB49E00A27994 /* ActionSheetPicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ActionSheetPicker.h; sourceTree = "<group>"; };
1C6EE726192BB4F600A27994 /* AbstractActionSheetPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AbstractActionSheetPicker.h; sourceTree = "<group>"; };
1C6EE727192BB4F600A27994 /* AbstractActionSheetPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AbstractActionSheetPicker.m; sourceTree = "<group>"; };
1C6EE728192BB4F600A27994 /* ActionSheetCustomPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionSheetCustomPicker.h; sourceTree = "<group>"; };
Expand All @@ -66,6 +65,7 @@
1C9444B6197B1C2F005F495B /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
1C9BB00F19E2969C004D0271 /* MainWindow-iPad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "MainWindow-iPad.xib"; path = "Example/iPad/MainWindow-iPad.xib"; sourceTree = SOURCE_ROOT; };
1CD15A2F192C7A0A00B28881 /* ActionSheetPicker-iOS6-7.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "ActionSheetPicker-iOS6-7.app"; sourceTree = BUILT_PRODUCTS_DIR; };
1CDEAE771A422A72005F495B /* ActionSheetPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionSheetPicker.h; sourceTree = "<group>"; };
1CFCACFC1980FA320056A594 /* Storyboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Storyboard.storyboard; path = ../Storyboard.storyboard; sourceTree = "<group>"; };
1D07100719C4C7AF0033BA4D /* Default-667h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-667h@2x.png"; sourceTree = "<group>"; };
1D07100819C4C7AF0033BA4D /* Default-736h@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-736h@3x.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -115,7 +115,6 @@
isa = PBXGroup;
children = (
1C6EE70A192BB41600A27994 /* ActionSheetPickerAppDelegate.h */,
1C6EE725192BB49E00A27994 /* ActionSheetPicker.h */,
1C6EE70B192BB41600A27994 /* ActionSheetPickerAppDelegate.m */,
1C6EE70C192BB41600A27994 /* ActionSheetPickerCustomPickerDelegate.h */,
1C6EE70D192BB41600A27994 /* ActionSheetPickerCustomPickerDelegate.m */,
Expand Down Expand Up @@ -146,6 +145,7 @@
1C6EE727192BB4F600A27994 /* AbstractActionSheetPicker.m */,
1C6EE728192BB4F600A27994 /* ActionSheetCustomPicker.h */,
1C6EE729192BB4F600A27994 /* ActionSheetCustomPicker.m */,
1CDEAE771A422A72005F495B /* ActionSheetPicker.h */,
1C6EE72A192BB4F600A27994 /* ActionSheetCustomPickerDelegate.h */,
1C6EE72B192BB4F600A27994 /* ActionSheetDatePicker.h */,
1C6EE72C192BB4F600A27994 /* ActionSheetDatePicker.m */,
Expand Down
2 changes: 0 additions & 2 deletions ObjC-Example/ActionSheetPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
1C6EE716192BB41600A27994 /* MainWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
1C6EE722192BB47000A27994 /* ActionSheetPicker_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActionSheetPicker_Prefix.pch; sourceTree = "<group>"; };
1C6EE723192BB47000A27994 /* ActionSheetPicker-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "ActionSheetPicker-Info.plist"; sourceTree = "<group>"; };
1C6EE725192BB49E00A27994 /* ActionSheetPicker.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ActionSheetPicker.h; sourceTree = "<group>"; };
1C7A57A8199DEDD5007B9B70 /* cancel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = cancel.png; sourceTree = "<group>"; };
1C7A57AB199DF30B007B9B70 /* ok.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ok.png; sourceTree = "<group>"; };
1C9444B5197B1C2F005F495B /* ActionSheetPickerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ActionSheetPickerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -141,7 +140,6 @@
isa = PBXGroup;
children = (
1C6EE70A192BB41600A27994 /* ActionSheetPickerAppDelegate.h */,
1C6EE725192BB49E00A27994 /* ActionSheetPicker.h */,
1C6EE70B192BB41600A27994 /* ActionSheetPickerAppDelegate.m */,
1C6EE70C192BB41600A27994 /* ActionSheetPickerCustomPickerDelegate.h */,
1C6EE70D192BB41600A27994 /* ActionSheetPickerCustomPickerDelegate.m */,
Expand Down
28 changes: 0 additions & 28 deletions ObjC-Example/Example/Classes/ActionSheetPicker.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@


#import <UIKit/UIKit.h>
#import "ActionSheetPicker.h"

@class AbstractActionSheetPicker;
@interface ActionSheetPickerViewController : UIViewController <UITextFieldDelegate>
Expand Down
File renamed without changes.

0 comments on commit 1b10588

Please sign in to comment.