Skip to content

Commit

Permalink
fixed variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoneSantin committed Jun 26, 2024
1 parent 11b6ae9 commit 62cf04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.
3 changes: 2 additions & 1 deletion appinventor/components-ios/src/PersonalImageClassifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
// http://www.apache.org/licenses/LICENSE-2.0

import Foundation
import UIKit

open class PersonalImageClassifier: BaseAiComponent, AbstractMethodsForIA, LifecycleDelegate{
@objc open class PersonalImageClassifier: BaseAiComponent, AbstractMethodsForIA, LifecycleDelegate{

public static let MODE_VIDEO = "Video"
public static let MODE_IMAGE = "Image"
Expand Down
23 changes: 0 additions & 23 deletions sample-.gitignore

This file was deleted.

0 comments on commit 62cf04c

Please sign in to comment.