Skip to content

Instantly share code, notes, and snippets.

@tanner-west
Created June 30, 2023 02:06
Show Gist options
  • Save tanner-west/c64aae44965c90d69b2278b82f8e3ff9 to your computer and use it in GitHub Desktop.
Save tanner-west/c64aae44965c90d69b2278b82f8e3ff9 to your computer and use it in GitHub Desktop.
//
// RCTVisionModule.swift
// VisionNativeModulePOC
//
// Created by Tanner West on 6/2/23.
//
import Foundation
@objc(RCTVisionModule)
class RCTVisionModule: NSObject {
@objc(sayHello)
func sayHello() {
print("TANNER SAYS HELLO")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment