mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
9 lines
225 B
Objective-C
9 lines
225 B
Objective-C
#import <Orion/Orion.h>
|
|
#import <Foundation/Foundation.h>
|
|
|
|
__attribute__((constructor)) static void init() {
|
|
// Initialize Orion - do not remove this line.
|
|
orion_init();
|
|
// Custom initialization code goes here.
|
|
}
|