//
//  HockeyDemoViewController.h
//  HockeyDemo
//
//  Created by Andreas Linde on 8/22/10.
//  Copyright Andreas Linde 2010. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface HockeyDemoViewController : UIViewController {
  
}

- (IBAction)openUpdateView;

@end

