Skip to content

Commit a9ab479

Browse files
committed
l1-s17 add mpp call on ios
1 parent 8b4f83e commit a9ab479

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

ios-app/ios-app/ViewController.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,16 @@
77
//
88

99
import UIKit
10+
import MultiPlatformLibrary
1011

1112
class ViewController: UIViewController {
1213

1314
override func viewDidLoad() {
1415
super.viewDidLoad()
1516
// Do any additional setup after loading the view.
17+
18+
HelloWorld().print()
19+
IosHelloWorld().print()
1620
}
17-
18-
1921
}
2022

0 commit comments

Comments
 (0)