Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Oct 31, 2023
1 parent b6fa148 commit cd036aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
8 changes: 1 addition & 7 deletions binding/ios/KoalaAppTest/KoalaAppTest/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@

import UIKit

class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
}

}
class ViewController: UIViewController { }
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ class KoalaDemoUITests: XCTestCase {

var koala: Koala?

override func setUp() {
super.setUp()
}

override func tearDown() {
if koala != nil {
koala!.delete()
Expand Down

0 comments on commit cd036aa

Please sign in to comment.