Skip to content

Instantly share code, notes, and snippets.

@caseycoding
Last active August 1, 2016 20:01
Show Gist options
  • Save caseycoding/ee78b5017d50268a721c to your computer and use it in GitHub Desktop.
Save caseycoding/ee78b5017d50268a721c to your computer and use it in GitHub Desktop.
lazy bridging-header for older versions of the BlueCats SDK.
//
// Bridging-Header.h
//
//
// Created by BlueCats Austin on 9/24/15.
// Copyright © 2015 BlueCats. All rights reserved.
//
#ifndef Bridging_Header_h
#define Bridging_Header_h
#import "BCAddress.h"
#import "BCApp.h"
#import "BCBatteryStatus.h"
#import "BCBeacon.h"
#import "BCBeaconDataSource.h"
#import "BCBeaconLoudness.h"
#import "BCBeaconRegionVisit.h"
#import "BCBeaconVisit.h"
#import "BCCategory.h"
#import "BCCategoryDataSource.h"
#import "BCCustomValue.h"
#import "BCDefinitions.h"
#import "BCEvent.h"
#import "BCEventFilter.h"
#import "BCEventFilterContext.h"
#import "BCEventManager.h"
#import "BCJSONModel+BCCustomValueDataSource.h"
#import "BCJSONModel.h"
#import "BCLasso.h"
#import "BCLassoManager.h"
#import "BCLocalNotification.h"
#import "BCLocalNotificationManager.h"
#import "BCMap.h"
#import "BCMapPoint.h"
#import "BCMicroLocation.h"
#import "BCMicroLocationManager.h"
#import "BCPlatformType.h"
#import "BCPoint.h"
#import "BCResource.h"
#import "BCSite.h"
#import "BCTrigger.h"
#import "BCTriggeredEvent.h"
#import "BCZone.h"
#import "BCZoneMonitor.h"
#import "BlueCatsSDK.h"
#endif /* Bridging_Header_h */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment