mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-25 03:48:51 -04:00
added files via upload
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// FLEXHierarchyTableViewController.h
|
||||
// Flipboard
|
||||
//
|
||||
// Created by Ryan Olson on 2014-05-01.
|
||||
// Copyright (c) 2020 FLEX Team. All rights reserved.
|
||||
//
|
||||
|
||||
#import "FLEXTableViewController.h"
|
||||
|
||||
@interface FLEXHierarchyTableViewController : FLEXTableViewController
|
||||
|
||||
+ (instancetype)windows:(NSArray<UIWindow *> *)allWindows
|
||||
viewsAtTap:(NSArray<UIView *> *)viewsAtTap
|
||||
selectedView:(UIView *)selectedView;
|
||||
|
||||
@property (nonatomic) UIView *selectedView;
|
||||
@property (nonatomic) void(^didSelectRowAction)(UIView *selectedView);
|
||||
|
||||
@end
|
Reference in New Issue
Block a user