mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-10-29 20:10:41 -04:00
14 lines
260 B
Objective-C
14 lines
260 B
Objective-C
//
|
|
// FLEXAddressExplorerCoordinator.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner Bennett on 7/10/19.
|
|
// Copyright © 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXGlobalsEntry.h"
|
|
|
|
@interface FLEXAddressExplorerCoordinator : NSObject <FLEXGlobalsEntry>
|
|
|
|
@end
|