Skip to content

Commit

Permalink
add par
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev committed May 17, 2024
1 parent a16b90a commit 9fca10f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TouTiao/FindTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class FindTableViewCell: UITableViewCell {


@IBOutlet weak var cellImageView: UIImageView!
@IBOutlet weak var cellImageView1: UIImageView!



override func awakeFromNib() {
super.awakeFromNib()
Expand Down
1 change: 1 addition & 0 deletions TouTiao/User.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ struct User: HandyJSON {
var platformName: String = ""
var channel: String = ""
var integral: Int = 0
var integral1: Int = 0

init() {

Expand Down
1 change: 1 addition & 0 deletions TouTiao/VideoInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ struct VideoInfo: HandyJSON {
var isCollectStatus: Int = 0
var isddS: Int = 0
var iid:String?
var iid_ds:String?

}
1 change: 1 addition & 0 deletions TouTiao/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class ViewController: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()
var sia = 0
// Do any additional setup after loading the view, typically from a nib.
}

Expand Down

0 comments on commit 9fca10f

Please sign in to comment.