Skip to content

Commit

Permalink
Merge branch 'release-1.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey committed Mar 11, 2011
2 parents 2ce7b12 + 03afab2 commit 4cd5ff6
Show file tree
Hide file tree
Showing 41 changed files with 188 additions and 273 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -17,3 +17,5 @@ src/Three20UICommon/*.h
src/Three20UINavigator/*.h
src/Three20UI/*.h
extensions/

*.pyc
2 changes: 1 addition & 1 deletion src/Three20/Headers/Three20.h
Expand Up @@ -16,7 +16,7 @@

/*! \mainpage Three20 API Documentation
*
* Generated from Three20 Release <a href="http://three20.info/roadmap/v1.0.4">v1.0.4</a>.
* Generated from Three20 Release <a href="http://three20.info/roadmap/1.0.5">1.0.5</a>.
*
*/

Expand Down
2 changes: 0 additions & 2 deletions src/Three20/Headers/Three20_Prefix.pch
Expand Up @@ -2,8 +2,6 @@
// Prefix header for all source files of the 'Three20' target in the 'Three20' project
//

#import "../../common/Xcode324iOS41Fix.pch"

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down
18 changes: 3 additions & 15 deletions src/Three20/Three20.xcodeproj/project.pbxproj
Expand Up @@ -8,7 +8,6 @@

/* Begin PBXBuildFile section */
665A56D71265240E0032D0BE /* BasicTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 665A56D61265240E0032D0BE /* BasicTests.m */; };
66FC2D881265211F00F56B19 /* Xcode324iOS41TestSuiteWorkaround.m in Sources */ = {isa = PBXBuildFile; fileRef = 66FC2D871265211F00F56B19 /* Xcode324iOS41TestSuiteWorkaround.m */; };
6E6454741184D2CD00F08CB1 /* Three20.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6454731184D2CD00F08CB1 /* Three20.h */; settings = {ATTRIBUTES = (Public, ); }; };
6E6454931184D3ED00F08CB1 /* Three20+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6454921184D3ED00F08CB1 /* Three20+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; };
6E6454AA1184D43100F08CB1 /* libThree20Style.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E6454A71184D42800F08CB1 /* libThree20Style.a */; };
Expand Down Expand Up @@ -200,7 +199,6 @@

/* Begin PBXFileReference section */
665A56D61265240E0032D0BE /* BasicTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = BasicTests.m; path = UnitTests/BasicTests.m; sourceTree = "<group>"; };
66FC2D871265211F00F56B19 /* Xcode324iOS41TestSuiteWorkaround.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Xcode324iOS41TestSuiteWorkaround.m; path = ../UnitTests/Xcode324iOS41TestSuiteWorkaround.m; sourceTree = SOURCE_ROOT; };
6E64543D1184BE1B00F08CB1 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Project.xcconfig; path = Configurations/Project.xcconfig; sourceTree = "<group>"; };
6E6454731184D2CD00F08CB1 /* Three20.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Three20.h; path = Headers/Three20.h; sourceTree = "<group>"; };
6E6454921184D3ED00F08CB1 /* Three20+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Three20+Additions.h"; path = "Headers/Three20+Additions.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -267,19 +265,10 @@
name = CustomTemplate;
sourceTree = "<group>";
};
66FC2D861265211F00F56B19 /* Xcode 3.2.4 Workaround */ = {
isa = PBXGroup;
children = (
66FC2D871265211F00F56B19 /* Xcode324iOS41TestSuiteWorkaround.m */,
);
name = "Xcode 3.2.4 Workaround";
sourceTree = "<group>";
};
6E08B274118282F700DA1579 /* Tests */ = {
isa = PBXGroup;
children = (
6EE7364611849AF200A35176 /* Resources */,
66FC2D861265211F00F56B19 /* Xcode 3.2.4 Workaround */,
665A56D61265240E0032D0BE /* BasicTests.m */,
);
name = Tests;
Expand Down Expand Up @@ -652,7 +641,6 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
66FC2D881265211F00F56B19 /* Xcode324iOS41TestSuiteWorkaround.m in Sources */,
665A56D71265240E0032D0BE /* BasicTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -748,7 +736,8 @@
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREFIX_HEADER = "$(SRCROOT)/../common/Xcode324iOS41Fix.pch";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
PREBINDING = NO;
PRODUCT_NAME = "$(BASE_PRODUCT_NAME)";
Expand All @@ -766,8 +755,7 @@
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/../common/Xcode324iOS41Fix.pch";
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
PREBINDING = NO;
PRODUCT_NAME = "$(BASE_PRODUCT_NAME)";
Expand Down
2 changes: 0 additions & 2 deletions src/Three20Core/Headers/Three20Core_Prefix.pch
Expand Up @@ -2,8 +2,6 @@
// Prefix header for all source files of the 'Three20Core' target in the 'Three20Core' project
//

#import "../../common/Xcode324iOS41Fix.pch"

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
19 changes: 4 additions & 15 deletions src/Three20Core/Three20Core.xcodeproj/project.pbxproj
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
663EE60C1262E3DA00CFDEA9 /* Xcode324iOS41TestSuiteWorkaround.m in Sources */ = {isa = PBXBuildFile; fileRef = 663EE60B1262E3DA00CFDEA9 /* Xcode324iOS41TestSuiteWorkaround.m */; };
66ADC9091290B23A00855386 /* TTExtensionInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 66ADC9071290B23A00855386 /* TTExtensionInfo.m */; };
66ADC90F1290B24D00855386 /* TTExtensionInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 66ADC90E1290B24D00855386 /* TTExtensionInfo.h */; settings = {ATTRIBUTES = (Public, ); }; };
66ADCE681291BC1E00855386 /* TTExtensionInfoPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 66ADCE661291BC1E00855386 /* TTExtensionInfoPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
Expand Down Expand Up @@ -64,7 +63,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
663EE60B1262E3DA00CFDEA9 /* Xcode324iOS41TestSuiteWorkaround.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Xcode324iOS41TestSuiteWorkaround.m; path = ../UnitTests/Xcode324iOS41TestSuiteWorkaround.m; sourceTree = SOURCE_ROOT; };
66ADC9071290B23A00855386 /* TTExtensionInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TTExtensionInfo.m; path = Sources/TTExtensionInfo.m; sourceTree = "<group>"; };
66ADC90E1290B24D00855386 /* TTExtensionInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TTExtensionInfo.h; path = Headers/TTExtensionInfo.h; sourceTree = "<group>"; };
66ADCE661291BC1E00855386 /* TTExtensionInfoPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TTExtensionInfoPrivate.h; path = Headers/TTExtensionInfoPrivate.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -163,14 +161,6 @@
name = CustomTemplate;
sourceTree = "<group>";
};
663EE60E1262E3DC00CFDEA9 /* Xcode 3.2.4 Workaround */ = {
isa = PBXGroup;
children = (
663EE60B1262E3DA00CFDEA9 /* Xcode324iOS41TestSuiteWorkaround.m */,
);
name = "Xcode 3.2.4 Workaround";
sourceTree = "<group>";
};
6664448A129386CB0045A174 /* Private */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -259,7 +249,6 @@
isa = PBXGroup;
children = (
6ED117E51183BE2A0096AEBF /* Resources */,
663EE60E1262E3DC00CFDEA9 /* Xcode 3.2.4 Workaround */,
6EB4608E1183D14800685649 /* CoreAdditionTests.m */,
6EB4608F1183D14800685649 /* CoreGlobalTests.m */,
6E607C6E11AF286B00C93CD4 /* CoreMarkupStripperTests.m */,
Expand Down Expand Up @@ -504,7 +493,6 @@
6EB460901183D14800685649 /* CoreAdditionTests.m in Sources */,
6EB460911183D14800685649 /* CoreGlobalTests.m in Sources */,
6E607C6F11AF286B00C93CD4 /* CoreMarkupStripperTests.m in Sources */,
663EE60C1262E3DA00CFDEA9 /* Xcode324iOS41TestSuiteWorkaround.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -539,7 +527,8 @@
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREFIX_HEADER = "$(SRCROOT)/../common/Xcode324iOS41Fix.pch";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
PREBINDING = NO;
RUN_CLANG_STATIC_ANALYZER = YES;
Expand All @@ -556,8 +545,8 @@
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/../common/Xcode324iOS41Fix.pch";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
PREBINDING = NO;
SDKROOT = iphoneos;
Expand Down
2 changes: 2 additions & 0 deletions src/Three20Network/Headers/TTErrorCodes.h
Expand Up @@ -14,6 +14,8 @@
// limitations under the License.
//

#import <Foundation/Foundation.h>

extern NSString* const kTTNetworkErrorDomain;
extern NSInteger const kTTNetworkErrorCodeInvalidImage;

2 changes: 0 additions & 2 deletions src/Three20Network/Headers/Three20Network_Prefix.pch
Expand Up @@ -2,8 +2,6 @@
// Prefix header for all source files of the 'Three20Core' target in the 'Three20Core' project
//

#import "../../common/Xcode324iOS41Fix.pch"

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
2 changes: 2 additions & 0 deletions src/Three20Network/Sources/TTErrorCodes.m
Expand Up @@ -14,6 +14,8 @@
// limitations under the License.
//

#import "Three20Network/TTErrorCodes.h"

NSString* const kTTNetworkErrorDomain = @"three20.network";
NSInteger const kTTNetworkErrorCodeInvalidImage = 100;

19 changes: 4 additions & 15 deletions src/Three20Network/Three20Network.xcodeproj/project.pbxproj
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
662D819D126304DE005851C2 /* Xcode324iOS41TestSuiteWorkaround.m in Sources */ = {isa = PBXBuildFile; fileRef = 662D819C126304DE005851C2 /* Xcode324iOS41TestSuiteWorkaround.m */; };
664B29BF12848AA50008D569 /* TTErrorCodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 664B29BC12848AA50008D569 /* TTErrorCodes.h */; settings = {ATTRIBUTES = (Public, ); }; };
664B29C312848AAD0008D569 /* TTErrorCodes.m in Sources */ = {isa = PBXBuildFile; fileRef = 664B29C012848AAD0008D569 /* TTErrorCodes.m */; };
66F955B0126662E300BEF6F0 /* NetworkURLCacheTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 66F955AF126662E300BEF6F0 /* NetworkURLCacheTests.m */; };
Expand Down Expand Up @@ -86,7 +85,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
662D819C126304DE005851C2 /* Xcode324iOS41TestSuiteWorkaround.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Xcode324iOS41TestSuiteWorkaround.m; path = ../UnitTests/Xcode324iOS41TestSuiteWorkaround.m; sourceTree = SOURCE_ROOT; };
664B29BC12848AA50008D569 /* TTErrorCodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TTErrorCodes.h; path = Headers/TTErrorCodes.h; sourceTree = "<group>"; };
664B29C012848AAD0008D569 /* TTErrorCodes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TTErrorCodes.m; path = Sources/TTErrorCodes.m; sourceTree = "<group>"; };
66F955AF126662E300BEF6F0 /* NetworkURLCacheTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NetworkURLCacheTests.m; path = UnitTests/NetworkURLCacheTests.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -175,20 +173,11 @@
name = CustomTemplate;
sourceTree = "<group>";
};
662D819B126304DE005851C2 /* Xcode 3.2.4 Workaround */ = {
isa = PBXGroup;
children = (
662D819C126304DE005851C2 /* Xcode324iOS41TestSuiteWorkaround.m */,
);
name = "Xcode 3.2.4 Workaround";
sourceTree = "<group>";
};
6E08B274118282F700DA1579 /* Tests */ = {
isa = PBXGroup;
children = (
6EE7364611849AF200A35176 /* Resources */,
6E08B27D118282F700DA1579 /* Mocks */,
662D819B126304DE005851C2 /* Xcode 3.2.4 Workaround */,
6EE7363B11849AA100A35176 /* NetworkModelTests.m */,
66F955AF126662E300BEF6F0 /* NetworkURLCacheTests.m */,
);
Expand Down Expand Up @@ -561,7 +550,6 @@
files = (
6EE7363A11849A9800A35176 /* MockModelDelegate.m in Sources */,
6EE7363C11849AA100A35176 /* NetworkModelTests.m in Sources */,
662D819D126304DE005851C2 /* Xcode324iOS41TestSuiteWorkaround.m in Sources */,
66F955B0126662E300BEF6F0 /* NetworkURLCacheTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -607,7 +595,8 @@
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREFIX_HEADER = "$(SRCROOT)/../common/Xcode324iOS41Fix.pch";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
PREBINDING = NO;
RUN_CLANG_STATIC_ANALYZER = YES;
Expand All @@ -624,8 +613,8 @@
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/../common/Xcode324iOS41Fix.pch";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
PREBINDING = NO;
SDKROOT = iphoneos;
Expand Down
2 changes: 0 additions & 2 deletions src/Three20Style/Headers/Three20Style_Prefix.pch
Expand Up @@ -2,8 +2,6 @@
// Prefix header for all source files of the 'Three20Core' target in the 'Three20Core' project
//

#import "../../common/Xcode324iOS41Fix.pch"

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
19 changes: 4 additions & 15 deletions src/Three20Style/Three20Style.xcodeproj/project.pbxproj
Expand Up @@ -7,7 +7,6 @@
objects = {

/* Begin PBXBuildFile section */
662D82C612639CE4005851C2 /* Xcode324iOS41TestSuiteWorkaround.m in Sources */ = {isa = PBXBuildFile; fileRef = 662D82C412639CDE005851C2 /* Xcode324iOS41TestSuiteWorkaround.m */; };
6E6454901184D3BC00F08CB1 /* Three20Style+Additions.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E64548F1184D3BC00F08CB1 /* Three20Style+Additions.h */; settings = {ATTRIBUTES = (Public, ); }; };
6E6464041187F5CB00F08CB1 /* TTStyledButtonNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6464021187F5CB00F08CB1 /* TTStyledButtonNode.h */; settings = {ATTRIBUTES = (Public, ); }; };
6E6464051187F5CB00F08CB1 /* TTStyledLinkNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 6E6464031187F5CB00F08CB1 /* TTStyledLinkNode.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -206,7 +205,6 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
662D82C412639CDE005851C2 /* Xcode324iOS41TestSuiteWorkaround.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Xcode324iOS41TestSuiteWorkaround.m; path = ../UnitTests/Xcode324iOS41TestSuiteWorkaround.m; sourceTree = SOURCE_ROOT; };
66313A7D1267B4E800C09C9F /* Three20Style_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Three20Style_Prefix.pch; path = Headers/Three20Style_Prefix.pch; sourceTree = "<group>"; };
6E64543D1184BE1B00F08CB1 /* Project.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Project.xcconfig; path = Configurations/Project.xcconfig; sourceTree = "<group>"; };
6E64548F1184D3BC00F08CB1 /* Three20Style+Additions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Three20Style+Additions.h"; path = "Headers/Three20Style+Additions.h"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -389,19 +387,10 @@
name = CustomTemplate;
sourceTree = "<group>";
};
662D82C312639CDE005851C2 /* Xcode 3.2.4 Workaround */ = {
isa = PBXGroup;
children = (
662D82C412639CDE005851C2 /* Xcode324iOS41TestSuiteWorkaround.m */,
);
name = "Xcode 3.2.4 Workaround";
sourceTree = "<group>";
};
6E08B274118282F700DA1579 /* Tests */ = {
isa = PBXGroup;
children = (
6EE7364611849AF200A35176 /* Resources */,
662D82C312639CDE005851C2 /* Xcode 3.2.4 Workaround */,
6EE739981184B9CE00A35176 /* StyleAdditionTests.m */,
6EE739991184B9CE00A35176 /* StyleGlobalTests.m */,
);
Expand Down Expand Up @@ -1059,7 +1048,6 @@
files = (
6EE7399A1184B9CE00A35176 /* StyleAdditionTests.m in Sources */,
6EE7399B1184B9CE00A35176 /* StyleGlobalTests.m in Sources */,
662D82C612639CE4005851C2 /* Xcode324iOS41TestSuiteWorkaround.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -1114,7 +1102,8 @@
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREFIX_HEADER = "$(SRCROOT)/../common/Xcode324iOS41Fix.pch";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
PREBINDING = NO;
RUN_CLANG_STATIC_ANALYZER = YES;
Expand All @@ -1136,8 +1125,8 @@
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SRCROOT)/../common/Xcode324iOS41Fix.pch";
GCC_PRECOMPILE_PREFIX_HEADER = NO;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
PREBINDING = NO;
SDKROOT = iphoneos;
Expand Down
2 changes: 1 addition & 1 deletion src/Three20UI/Headers/TTButton.h
Expand Up @@ -40,7 +40,7 @@
- (void)setTitle:(NSString*)title forState:(UIControlState)state;

- (NSString*)imageForState:(UIControlState)state;
- (void)setImage:(NSString*)title forState:(UIControlState)state;
- (void)setImage:(NSString*)imageURL forState:(UIControlState)state;

- (TTStyle*)styleForState:(UIControlState)state;
- (void)setStyle:(TTStyle*)style forState:(UIControlState)state;
Expand Down
1 change: 1 addition & 0 deletions src/Three20UI/Headers/Three20UI.h
Expand Up @@ -89,6 +89,7 @@
#import "Three20UI/TTSectionedDataSource.h"
#import "Three20UI/TTTableHeaderView.h"
#import "Three20UI/TTTableFooterInfiniteScrollView.h"
#import "THree20UI/TTTableHeaderDragRefreshView.h"
#import "Three20UI/TTTableViewCell.h"

// Table Items
Expand Down
2 changes: 0 additions & 2 deletions src/Three20UI/Headers/Three20UI_Prefix.pch
Expand Up @@ -2,8 +2,6 @@
// Prefix header for all source files of the 'Three20' target in the 'Three20' project
//

#import "../../common/Xcode324iOS41Fix.pch"

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down

0 comments on commit 4cd5ff6

Please sign in to comment.