This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oleg
/
deltachat-ios
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix warning in UIColor+Extensions
cyberta
5 years ago
parent
245ae01e4b
commit
99f867784e
1 changed files
with
0 additions
and
3 deletions
Split View
Show Diff Stats
0
3
deltachat-ios/Extensions/UIColor+Extensions.swift
+ 0
- 3
deltachat-ios/Extensions/UIColor+Extensions.swift
View File
@@ -94,7 +94,4 @@ internal extension UIColor {
}
return UIColor(hexString: lightHex)
}
-
-
-
}