nandi/jolt-nativepublic Fork 0
f554a01a49266b0957fed39383b2d490d9dbdeeb
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.

Build under buck2, with the toolchain pinned rather than found 460541b · on f554a01a49266b0957fed39383b2d490d9dbdeeb · nandi · 20d ago
ViewController.m · 22 lines · 300 BMathematica Blame HistoryRaw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
//  ViewController.m
//  cpal-ios-example
//
//  Created by Michael Hills on 2/10/20.
//

#import "ViewController.h"

@interface ViewController ()

@end

@implementation ViewController

- (void)viewDidLoad {
    [super viewDidLoad];
    // Do any additional setup after loading the view.
}


@end