Skip to content

Commit

Permalink
Merge pull request #330 from AgoraIO/fix_keycenter
Browse files Browse the repository at this point in the history
keyCenter file import Foundation
  • Loading branch information
plutoless authored Jan 13, 2023
2 parents eab4c22 + 70af581 commit 797186d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Created by GongYuhua on 6/25/16.
// Copyright © 2016 Agora. All rights reserved.
//
import Foundation

struct KeyCenter {

Expand Down
2 changes: 2 additions & 0 deletions iOS/APIExample/APIExample/Common/KeyCenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright © 2016 Agora. All rights reserved.
//

import Foundation

@objc
class KeyCenter: NSObject {

Expand Down
18 changes: 10 additions & 8 deletions macOS/APIExample/Common/KeyCenter.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
//
// KeyCenter.swift
// OpenLive
//
// Created by GongYuhua on 6/25/16.
// Copyright © 2016 Agora. All rights reserved.
//

//
// KeyCenter.swift
// OpenLive
//
// Created by GongYuhua on 6/25/16.
// Copyright © 2016 Agora. All rights reserved.
//

import Foundation

struct KeyCenter {

/**
Expand Down

0 comments on commit 797186d

Please sign in to comment.