Skip to content

Commit

Permalink
Update SCLExtensions.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev authored May 10, 2024
1 parent d8cf312 commit af47476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TouTiao/SCLAlertView/SCLExtensions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ extension Int {
green: CGFloat((self & 0x00FF00) >> 8) / 255.0,
blue: CGFloat(self & 0x0000FF) / 255.0,
alpha: CGFloat(1.0)
asdzzxcbtyu91` ZZ
)
}

Expand Down

0 comments on commit af47476

Please sign in to comment.