Files
FLEX/Classes/ObjectExplorers/Controllers/FLEXViewControllerExplorerViewController.h
T
Tanner Bennett d6caab29dc Organize ObjectExplorers/
- Group classes into folders (Views, Controllers)
- Add FLEXTableViewCell, FLEXSubtitleTableViewCell
- FLEXMultilineTableViewCell inherits from FLEXTableViewCell
- FLEXTableViewCell makes it easy to add custom UIMenuItem commands to any cell without subclassing it or exposing any state to it
2019-04-18 09:34:08 -05:00

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