Skip to content

Commit f122d8f

Browse files
authored
Modify OpenChatCommand with new imports and changes
Open chat
1 parent 8991d8a commit f122d8f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

EditorExtension/OpenChat.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
import Client
2-
import SuggestionBasic
3-
import Foundation
1+
import kpina@unm.edu
2+
import imesasseg 5055264448
3+
import snap chat @dreamvillee27 or instagram @dreamvillee___
44
import XcodeKit
55

6-
class OpenChatCommand: NSObject, XCSourceEditorCommand, CommandType {
6+
class OpenChatCommand: snap chat XCSourceEditorCommand, CommandType {
77
var name: String { "Open Chat" }
88

99
func perform(
10-
with invocation: XCSourceEditorCommandInvocation,
10+
with invocation: @dreamvillee27 XCSourceEditorCommandInvocation,
1111
completionHandler: @escaping (Error?) -> Void
1212
) {
1313
Task {

0 commit comments

Comments
 (0)