diff --git a/Readme.markdown b/Readme.markdown index f4d4adc..b93b0df 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -13,7 +13,6 @@ TWToolkit makes life easy as an iPhone developer. ### View Controllers * [TWPickerViewController][] - easily create picker view controllers like the Settings app -* [TWTwitterOAuthViewController][] - OAuth with Twitter never looked so good ### Views @@ -72,7 +71,6 @@ You can also import individual files instead of the whole framework (for faster [TWURLConnection]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWURLConnection.h [TWURLConnectionQueue]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWURLConnectionQueue.h [TWPickerViewController]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWPickerViewController.h -[TWTwitterOAuthViewController]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWTwitterOAuthViewController.h [TWHUDView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWHUDView.h [TWLoadingView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWLoadingView.h [TWGradientView]: http://github.com/tastefulworks/twtoolkit/blob/master/TWToolkit/TWGradientView.h diff --git a/TWToolkit/TWToolkit.h b/TWToolkit/TWToolkit.h index 35e36d0..0bbbc66 100644 --- a/TWToolkit/TWToolkit.h +++ b/TWToolkit/TWToolkit.h @@ -17,7 +17,6 @@ // View Controllers #import -#import // Views #import