Skip to content

Commit

Permalink
keyCenter file import Foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongqiang committed Jan 13, 2023
1 parent 227119e commit 70af581
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 70af581

Please sign in to comment.