mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-03-30 17:13:47 +08:00
16 lines
254 B
Objective-C
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
|