Files
GitHawk/Classes/Views/FlexController.h
Ryan Nystrom 950521075d add flex
2017-06-23 15:13:13 -04:00

16 lines
254 B
Objective-C

//
// FlexController.h
// Freetime
//
// Created by Ryan Nystrom on 6/23/17.
// Copyright © 2017 Ryan Nystrom. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface FlexController : NSObject
- (void)configureWindow:(UIWindow *)window;
@end