- //
- // FLEXImagePreviewViewController.h
- // Flipboard
- //
- // Created by Ryan Olson on 6/12/14.
- // Copyright (c) 2014 Flipboard. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface FLEXImagePreviewViewController : UIViewController
- - (id)initWithImage:(UIImage *)image;
- @end
|