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.m · 22 lines · 300 BMathematica Blame HistoryRaw
Lift freeq's AV media plane out of sleek 90f8b89 nandi 20d ago1//
2// ViewController.m
3// cpal-ios-example
4//
5// Created by Michael Hills on 2/10/20.
6//
7
8#import "ViewController.h"
9
10@interface ViewController ()
11
12@end
13
14@implementation ViewController
15
16- (void)viewDidLoad {
17 [super viewDidLoad];
18 // Do any additional setup after loading the view.
19}
20
21
22@end