mirror of
https://github.com/ogoguel/activegs-ios.git
synced 2025-01-03 00:30:08 +00:00
17 lines
389 B
Objective-C
17 lines
389 B
Objective-C
//
|
|
// MfiGameControllerHandler.h
|
|
// activegs
|
|
//
|
|
// Created by Yoshi Sugawara on 4/1/16.
|
|
//
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <GameController/GameController.h>
|
|
|
|
@interface MfiGameControllerHandler : NSObject
|
|
|
|
- (void)discoverController:(void (^)(GCController *gameController))controllerCallbackSetup disconnectedCallback:(void (^)(void))controllerDisconnectedCallback;
|
|
|
|
@end
|