mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Restructure project targets and binary distribution target
- Use one common static lib target - create embeddedFramework as binary distribution including docset in one zip - Add HockeySDK.xcconfig for easier build setting setup - Move everything into a single directory, too many problems making binary and subproject work without requing recursive header search paths - Documentation update pending
This commit is contained in:
17
Classes/BITHockeyBaseViewController.h
Normal file
17
Classes/BITHockeyBaseViewController.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// CNSHockeyBaseViewController.h
|
||||
// HockeySDK
|
||||
//
|
||||
// Created by Andreas Linde on 04.06.12.
|
||||
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface BITHockeyBaseViewController : UITableViewController
|
||||
|
||||
@property (nonatomic, readwrite) BOOL modalAnimated;
|
||||
|
||||
- (id)initWithModalStyle:(BOOL)modal;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user