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