Skip to content

Commit

Permalink
iOS fix attempt for ViewController
Browse files Browse the repository at this point in the history
  • Loading branch information
richtwin567 committed Aug 29, 2020
1 parent 430b835 commit 8b13430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/Runner/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Foundation
import ContactsUI
import GoogleMaps

public class NativeContact: NSObject {
public class NativeContact: NSObject, CNContactViewControllerDelegate, UIViewController {

private(set) var displayName: String
private(set) var note: String
Expand Down

0 comments on commit 8b13430

Please sign in to comment.