14 lines
303 B
Objective-C
14 lines
303 B
Objective-C
//
|
|
// FLEXViewControllerExplorerViewController.h
|
|
// Flipboard
|
|
//
|
|
// Created by Ryan Olson on 6/11/14.
|
|
// Copyright (c) 2014 Flipboard. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXObjectExplorerViewController.h"
|
|
|
|
@interface FLEXViewControllerExplorerViewController : FLEXObjectExplorerViewController
|
|
|
|
@end
|