15 lines
313 B
Objective-C
15 lines
313 B
Objective-C
//
|
|
// FLEXAPNSViewController.h
|
|
// FLEX
|
|
//
|
|
// Created by Tanner Bennett on 6/28/22.
|
|
// Copyright © 2022 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXGlobalsEntry.h"
|
|
#import "FLEXFilteringTableViewController.h"
|
|
|
|
@interface FLEXAPNSViewController : FLEXFilteringTableViewController <FLEXGlobalsEntry>
|
|
|
|
@end
|