mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-04 13:20:44 +00:00
15 lines
277 B
Objective-C
15 lines
277 B
Objective-C
//
|
|
// SpringBoardAccess.m
|
|
//
|
|
// Created by Matthias Ringwald on 9/15/09.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <CoreFoundation/CoreFoundation.h>
|
|
|
|
#import "../3rdparty/substrate.h"
|
|
|
|
void SpringBoardAccessInitialize(){
|
|
NSLog(@"SpringBoardAccessInitialize called!");
|
|
}
|