12 lines
270 B
Objective-C
Executable File
12 lines
270 B
Objective-C
Executable File
//
|
|
// AppID.m
|
|
// Agora iOS Tutorial Objective-C
|
|
//
|
|
// Created by James Fang on 7/19/16.
|
|
// Copyright © 2016 Agora.io. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NSString *const appID = @"ad97e1945b1e4fb5ad5b5246c8ca21e4"; // Tutorial Step 1
|