18c90f0c63
1 BuyStock 2 CustomCard 3 Crypto 4 MapParking 5 Sport 6 Taxi
189 lines
5.1 KiB
Objective-C
189 lines
5.1 KiB
Objective-C
//
|
|
// irbis-Bridging-Header.h
|
|
// irbis
|
|
//
|
|
// Created by Aleksandr Lobyncev on 07.04.2021.
|
|
// Copyright © 2021 ИТСофт. All rights reserved.
|
|
//
|
|
|
|
//#import "AppDelegate.h"
|
|
|
|
#import "NSObject+Extension.h"
|
|
|
|
//#import "Coffee.h"
|
|
|
|
//#import <Foundation/Foundation.h>
|
|
//#import <Firebase/Firebase.h>
|
|
//#import <GoogleMaps/GoogleMaps.h>
|
|
//#import "Constants.h"
|
|
//#import "ChangeAppIcon.h"
|
|
//#import "CoffeeFilterType.h"
|
|
//#import "CoffeeInstagram.h"
|
|
//#import "Alert.h"
|
|
////#import "AppDelegate.h"
|
|
//
|
|
////MARK: - CoffeeOld
|
|
//
|
|
//#import "UIView+Frame.h"
|
|
//#import "Utils.h"
|
|
//#import "NSString+JSONString.h"
|
|
//#import "NSDate+Utils.h"
|
|
//
|
|
//#import "KGLocalizationManager.h"
|
|
//#import "KGNotificationsManager.h"
|
|
//
|
|
//#import "CustomSegmentView.h"
|
|
//
|
|
//#import <MessageUI/MessageUI.h>
|
|
//#import <MessageUI/MFMailComposeViewController.h>
|
|
//
|
|
//#import "Reachability.h"
|
|
//#import "ReachabilityAddons.h"
|
|
//
|
|
////MARK: - CoffeeNew
|
|
//
|
|
//#import "AddonsNew.h"
|
|
//
|
|
////MARK: - Xib / Designable Views
|
|
//
|
|
//#import "DesignView.h"
|
|
//#import "DesignButton.h"
|
|
//#import "DesignSegmentBar.h"
|
|
//
|
|
////MARK: - Table Block
|
|
//
|
|
//#import "TableItem.h"
|
|
//#import "BlockTableView.h"
|
|
//
|
|
////MARK: - Tag Styled
|
|
//
|
|
//#import "CollectionItem.h"
|
|
//#import "TagsStyledView.h"
|
|
//
|
|
////MARK: - Xib / Storyboard loadNib
|
|
//
|
|
//#import "XibView.h"
|
|
//#import "XibCell.h"
|
|
//#import "XibCollectionCell.h"
|
|
//#import "StoryboardController.h"
|
|
//
|
|
////MARK: - Container View
|
|
//
|
|
//#import "ContainerTypes.h"
|
|
//#import "ContainerView.h" // View
|
|
//#import "ContainerData.h" // Data
|
|
//#import "ContainerViewController.h" // Screens
|
|
//#import "ContainerMapViewController.h"
|
|
//
|
|
////MARK: - Coffee Data
|
|
//
|
|
//#import "CoffeeUtils.h" // utils
|
|
//
|
|
///// models
|
|
//#import "CoffeeNew.h"
|
|
//@class Coffee;
|
|
//#import "Coffee.h"
|
|
//#import "CoffeeInfoIP.h"
|
|
//#import "CoffeeAddress.h"
|
|
//#import "CoffeeCountry.h"
|
|
//#import "CoffeeEvent.h"
|
|
//#import "CoffeeMarketStore.h"
|
|
//#import "CoffeeMarket.h"
|
|
//#import "CoffeeAdmin.h"
|
|
//
|
|
///// container data
|
|
////#import "CoffeeOldListContainerData.h"
|
|
////#import "CoffeeOldDetailsContainerData.h"
|
|
////#import "CoffeeOld2ListContainerData.h"
|
|
////#import "CoffeeOld2DetailsContainerData.h"
|
|
//#import "CoffeeListContainerData.h"
|
|
//#import "CoffeeDetailsContainerData.h"
|
|
//
|
|
///// managers
|
|
//#import "ConfigManager.h"
|
|
//#import "DownloadManager.h"
|
|
//#import "DownloadInfoSite.h"
|
|
//#import "CoffeeMapGetJSON.h"
|
|
//#import "CoffeeDataManager.h"
|
|
//#import "CoffeeMapManager.h"
|
|
//
|
|
//#define DATA_MGR [CoffeeDataManager managers]
|
|
//#define MAP_MGR [CoffeeMapManager managers]
|
|
//
|
|
////MARK: - UI
|
|
//
|
|
///// cells
|
|
//#import "MenuCells.h"
|
|
//#import "TextTitleCell.h" // text
|
|
//#import "CoffeeSegmentCell.h"
|
|
//#import "CoffeeMenuAboutCell.h"
|
|
//#import "CoffeeMenuTextCell.h"
|
|
//#import "CoffeeCell.h" // coffee
|
|
////#import "CoffeeDetailsCell.h"
|
|
//#import "CoffeeDetailsTitleCell.h"
|
|
//#import "CoffeeDetailsRouteCell.h"
|
|
//#import "CoffeeDetailsContentCell.h"
|
|
//#import "CoffeeDetailsInstaCell.h"
|
|
//#import "CoffeeDetailsAddressCell.h"
|
|
//#import "CoffeeDetailsInfoNewCell.h"
|
|
//#import "CoffeeDetailsInfoCell.h"
|
|
//#import "CoffeeListEventCell.h" // events
|
|
//#import "CoffeeDetailsEventTitleCell.h"
|
|
//#import "CoffeeDetailsEventPhotoCell.h"
|
|
//#import "CoffeeDetailsEventInfoCell.h"
|
|
//#import "CoffeeMarketTitleCell.h" // market
|
|
//#import "CoffeeMarketNameCell.h"
|
|
//#import "CoffeeMarketSectionCell.h"
|
|
//#import "CoffeeMarketSubtitleCell.h"
|
|
//#import "CoffeeMarketInfoCell.h"
|
|
//#import "CoffeeMenuSocItemsCell.h"
|
|
//#import "CoffeeMenuSectionCell.h"
|
|
//#import "CoffeeListEmptyCell.h" // empty
|
|
//#import "GTRideMapCell.h"
|
|
//#import "CoffeeMapPlaceEventCell.h"
|
|
//
|
|
///// cells collection
|
|
//#import "CoffeeMenuSocCell.h"
|
|
//#import "CoffeeTagCell.h"
|
|
//#import "CoffeeMarketCell.h"
|
|
//#import "CoffeeMarketEmptyTagCell.h"
|
|
//#import "CoffeeMarketSectionTagCell.h"
|
|
//#import "CoffeeMarketOneStoreTagCell.h"
|
|
//#import "CoffeeMarketStoresTagCell.h"
|
|
//
|
|
///// view
|
|
//#import "CoffeeHeaderView.h" // coffee
|
|
//#import "CoffeeHeaderGripView.h"
|
|
//#import "CoffeeHeaderGripTitleView.h"
|
|
//#import "CoffeeHeaderSearchBarView.h"
|
|
//#import "CoffeeDetailsHeaderView.h"
|
|
//#import "CoffeeDetailsTitleHeaderView.h"
|
|
//#import "CoffeeNavBarView.h"
|
|
////#import "CoffeeTabBarOld2View.h"
|
|
//#import "CoffeeTabBarView.h"
|
|
//#import "CoffeeListEmptyView.h"
|
|
//
|
|
///// screen
|
|
//#import "WorkspaceController.h"
|
|
//#import "CoffeeViewController.h" // coffee
|
|
//#import "FLAnimatedImage.h"
|
|
//#import "InstagramManager.h"
|
|
////#import "CoffeeOld2ViewController.h"
|
|
////#import "CoffeeOldViewController.h"
|
|
//#import "CoffeeMenuViewController.h"
|
|
//
|
|
//#import "CoffeeEventsViewController.h"
|
|
//#import "CoffeeEventsDetailsViewController.h"
|
|
//#import "CoffeeMarketsViewController.h"
|
|
//#import "CoffeeMarketsDetailsViewController.h"
|
|
//#import "DbCoffeeImagesViewController.h"
|
|
//#import "CoffeeNewsFeedViewController.h"
|
|
//#import "ContainerMapRedViewController.h"
|
|
//#import "CoffeeAdminViewController.h"
|
|
//#import "CoffeePushViewController.h"
|
|
//#import "SendPush.h"
|
|
//
|
|
//
|
|
//#import "SafariViewController.h"
|
|
//#import "WebViewController.h"
|