Skip to content

Commit 797186d

Browse files
authored
Merge pull request #330 from AgoraIO/fix_keycenter
keyCenter file import Foundation
2 parents eab4c22 + 70af581 commit 797186d

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

iOS/APIExample-Audio/APIExample-Audio/Common/KeyCenter.swift

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// Created by GongYuhua on 6/25/16.
66
// Copyright © 2016 Agora. All rights reserved.
77
//
8+
import Foundation
89

910
struct KeyCenter {
1011

iOS/APIExample/APIExample/Common/KeyCenter.swift

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// Copyright © 2016 Agora. All rights reserved.
77
//
88

9+
import Foundation
10+
911
@objc
1012
class KeyCenter: NSObject {
1113

macOS/APIExample/Common/KeyCenter.swift

+10-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
//
2-
// KeyCenter.swift
3-
// OpenLive
4-
//
5-
// Created by GongYuhua on 6/25/16.
6-
// Copyright © 2016 Agora. All rights reserved.
7-
//
8-
1+
//
2+
// KeyCenter.swift
3+
// OpenLive
4+
//
5+
// Created by GongYuhua on 6/25/16.
6+
// Copyright © 2016 Agora. All rights reserved.
7+
//
8+
9+
import Foundation
10+
911
struct KeyCenter {
1012

1113
/**

0 commit comments

Comments
 (0)