Skip to content

Commit dfcc5b6

Browse files
committed
try warning
1 parent 49a9d4d commit dfcc5b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sample-ios-swift/ViewController.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ import SVProgressHUD
1212

1313
class ViewController: UIViewController {
1414

15-
override func viewDidLoad() {
15+
override func viewDidLoad(){
1616
super.viewDidLoad()
1717
// Do any additional setup after loading the view, typically from a nib.
1818

1919
SVProgressHUD.show(withStatus: "Sample iOS app")
20+
21+
2022
}
2123

2224
override func didReceiveMemoryWarning() {

0 commit comments

Comments
 (0)