Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Jul 16, 2021
1 parent e56cf9e commit bd3e18b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Binary file not shown.
2 changes: 2 additions & 0 deletions pod/vc/ZXUserDefaultEditVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//

import UIKit
import SnapKit
import ZXKitUtil

class ZXUserDefaultEditVC: UIViewController {
private var model: ZXDataCellModel
Expand Down
2 changes: 2 additions & 0 deletions pod/vc/ZXUserDefaultVC.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//

import UIKit
import SnapKit
import ZXKitUtil

func UIImageHDBoundle(named: String?) -> UIImage? {
guard let name = named else { return nil }
Expand Down
1 change: 1 addition & 0 deletions pod/view/ZXDataTableViewCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import UIKit
import SnapKit

class ZXDataTableViewCell: UITableViewCell {

Expand Down

0 comments on commit bd3e18b

Please sign in to comment.