nandi/jolt-nativepublic Fork 0
fa4ecdfed6a830e6099d5fab9be24ef72ea1923b
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

ViewController.h · 14 lines · 171 BC Blame HistoryRaw
Lift freeq's AV media plane out of sleek 90f8b89 nandi 20d ago1//
2// ViewController.h
3// cpal-ios-example
4//
5// Created by Michael Hills on 2/10/20.
6//
7
8#import <UIKit/UIKit.h>
9
10@interface ViewController : UIViewController
11
12
13@end
14