NewsBlur/media/iphone/Classes/FirstTimeUserViewController.h

16 lines
265 B
C
Raw Normal View History

//
// FirstTimeUserViewController.h
// NewsBlur
//
// Created by Roy Yang on 6/13/12.
// Copyright (c) 2012 NewsBlur. All rights reserved.
//
#import <UIKit/UIKit.h>
@class NewsBlurAppDelegate;
@interface FirstTimeUserViewController : UIViewController
@end