15 lines
289 B
Objective-C
15 lines
289 B
Objective-C
//
|
|
// Bridging-Header.h
|
|
// TLYShyNavBarSwiftDemo
|
|
//
|
|
// Created by Tony Nuzzi on 2/22/15.
|
|
// Copyright (c) 2015 Telly, Inc. All rights reserved.
|
|
//
|
|
|
|
#ifndef TLYShyNavBarSwiftDemo_Bridging_Header_h
|
|
#define TLYShyNavBarSwiftDemo_Bridging_Header_h
|
|
|
|
#import "TLYShyNavBarManager.h"
|
|
|
|
#endif
|