mirror of
https://github.com/libretro/RetroArch
synced 2025-02-15 18:39:55 +00:00
20 lines
371 B
Objective-C
20 lines
371 B
Objective-C
//
|
|
// ContentProvider.h
|
|
// RetroArchTopShelfExtension
|
|
//
|
|
// Created by Eric Warmenhoven on 2/17/24.
|
|
// Copyright © 2024 RetroArch. All rights reserved.
|
|
//
|
|
|
|
#import <TVServices/TVServices.h>
|
|
|
|
#ifndef kRetroArchAppGroup
|
|
#define kRetroArchAppGroup @"group.com.libretro.dist.tvos.RetroArchAppGroup"
|
|
#endif
|
|
|
|
@interface ContentProvider : TVTopShelfContentProvider
|
|
|
|
|
|
@end
|
|
|