Skip to content

Commit

Permalink
Basic refactor
Browse files Browse the repository at this point in the history
Signed-off-by: kcw-grunt <[email protected]>
  • Loading branch information
kcw-grunt committed Dec 22, 2023
1 parent f3aeec2 commit d532614
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 56 deletions.
26 changes: 0 additions & 26 deletions litewallet/CardWebViewController.swift

This file was deleted.

4 changes: 4 additions & 0 deletions litewallet/Color+Extension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ extension Color {
return Color(UIColor.liteWalletDarkBlue)
}

static var litewalletLime: Color { // D9E76C
return Color(UIColor.litewalletLime)
}

static var litewalletLightGray: Color { // F8F8F8
return Color(UIColor.litewalletLightGray)
}
Expand Down
6 changes: 3 additions & 3 deletions litewallet/Icon.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
27 changes: 0 additions & 27 deletions litewallet/Storyboards/Card.storyboard

This file was deleted.

1 change: 1 addition & 0 deletions litewallet/src/Platform/BRCoding.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import Foundation
// BRCoder/BRCoding works a lot like NSCoder/NSCoding but simpler
// instead of using optionals everywhere we just use zero values, and take advantage
// of the swift type system somewhat to make the whole api a little cleaner

protocol BREncodable {
// return anything that is JSON-able
func encode() -> AnyObject
Expand Down

0 comments on commit d532614

Please sign in to comment.