Swiftgram/Classes/Helper/BITHockeyBaseViewController.h
Andreas Linde 1a71aa2ea5 Initial Feedback component
- First implementation on feedback, not finished yet!
- Move all components into their own subdirectory
- Restructure common delegates into BITHockeyManagerDelegate
- Restructure common component methods into new superclass (not finished yet)
2012-09-28 12:30:19 +02:00

18 lines
345 B
Objective-C

//
// CNSHockeyBaseViewController.h
// HockeySDK
//
// Created by Andreas Linde on 04.06.12.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface BITHockeyBaseViewController : UIViewController
@property (nonatomic, readwrite) BOOL modalAnimated;
- (id)initWithModalStyle:(BOOL)modal;
@end