| 1 | // |
| 2 | // TwitterKit.h |
| 3 | // |
| 4 | // Copyright (c) 2015 Twitter. All rights reserved. |
| 5 | // |
| 6 | |
| 7 | #import <Accounts/Accounts.h> |
| 8 | #import <AVFoundation/AVFoundation.h> |
| 9 | #import <CoreMedia/CoreMedia.h> |
| 10 | #import <Foundation/Foundation.h> |
| 11 | #import <Social/Social.h> |
| 12 | #import <TwitterCore/TwitterCore.h> |
| 13 | #import <UIKit/UIKit.h> |
| 14 | |
| 15 | #if __IPHONE_OS_VERSION_MIN_REQUIRED < 80000 |
| 16 | #error "TwitterKit doesn't support iOS 7.x and lower. Please, change your minimum deployment target to iOS 8.0" |
| 17 | #endif |
| 18 | |
| 19 | #import "Twitter.h" |
| 20 | #import "TWTRAPIClient.h" |
| 21 | #import "TWTRCardConfiguration.h" |
| 22 | #import "TWTRCollectionTimelineDataSource.h" |
| 23 | #import "TWTRComposer.h" |
| 24 | #import "TWTRComposerTheme.h" |
| 25 | #import "TWTRComposerViewController.h" |
| 26 | #import "TWTRJSONConvertible.h" |
| 27 | #import "TWTRListTimelineDataSource.h" |
| 28 | #import "TWTRLogInButton.h" |
| 29 | #import "TWTRMediaEntitySize.h" |
| 30 | #import "TWTRMoPubAdConfiguration.h" |
| 31 | #import "TWTRMoPubNativeAdContainerView.h" |
| 32 | #import "TWTRNotificationConstants.h" |
| 33 | #import "TWTROAuthSigning.h" |
| 34 | #import "TWTRSearchTimelineDataSource.h" |
| 35 | #import "TWTRTimelineCursor.h" |
| 36 | #import "TWTRTimelineDataSource.h" |
| 37 | #import "TWTRTimelineDelegate.h" |
| 38 | #import "TWTRTimelineFilter.h" |
| 39 | #import "TWTRTimelineType.h" |
| 40 | #import "TWTRTimelineViewController.h" |
| 41 | #import "TWTRTweet.h" |
| 42 | #import "TWTRTweetCashtagEntity.h" |
| 43 | #import "TWTRTweetDetailViewController.h" |
| 44 | #import "TWTRTweetEntity.h" |
| 45 | #import "TWTRTweetHashtagEntity.h" |
| 46 | #import "TWTRTweetTableViewCell.h" |
| 47 | #import "TWTRTweetUrlEntity.h" |
| 48 | #import "TWTRTweetUserMentionEntity.h" |
| 49 | #import "TWTRTweetView.h" |
| 50 | #import "TWTRTweetViewDelegate.h" |
| 51 | #import "TWTRUser.h" |
| 52 | #import "TWTRUserTimelineDataSource.h" |
| 53 | #import "TWTRVideoMetaData.h" |