TNLExample/TAPI/TAPI.h (10 lines of code) (raw):
//
// TAPI.h
// TNLExample
//
// Created on 5/25/18.
// Copyright © 2020 Twitter. All rights reserved.
//
// Twitter API Imports
#pragma mark Core
#import "TAPIClient.h"
#import "TAPIError.h"
#import "TAPIRequest.h"
#pragma mark Models
#import "TAPIModel.h"
#pragma mark Requests
#import "TAPIFavoriteRequests.h"
#import "TAPISearchRequests.h"
#import "TAPIUploadMediaRequest.h"