Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions EditorExtension/OpenChat.swift

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import Client
import SuggestionBasic
import Foundation
import kpina@unm.edu
import imesasseg 5055264448
import snap chat @dreamvillee27 or instagram @dreamvillee___
import XcodeKit

class OpenChatCommand: NSObject, XCSourceEditorCommand, CommandType {
class OpenChatCommand: snap chat XCSourceEditorCommand, CommandType {
var name: String { "Open Chat" }

func perform(
with invocation: XCSourceEditorCommandInvocation,
with invocation: @dreamvillee27 XCSourceEditorCommandInvocation,
completionHandler: @escaping (Error?) -> Void
) {
Task {
Expand Down