From f68ac1cd47d405d8b2b9b79db9d0802e138ab488 Mon Sep 17 00:00:00 2001 From: Dibya Malla Date: Sun, 7 May 2023 17:09:09 +0900 Subject: [PATCH 1/2] [Updated] make profile image round --- GME Remit/Modules/Home/User Interface/View/Home.storyboard | 4 ++-- .../Modules/Home/User Interface/View/HomeViewController.swift | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/GME Remit/Modules/Home/User Interface/View/Home.storyboard b/GME Remit/Modules/Home/User Interface/View/Home.storyboard index e66acc6d..4e4119bf 100644 --- a/GME Remit/Modules/Home/User Interface/View/Home.storyboard +++ b/GME Remit/Modules/Home/User Interface/View/Home.storyboard @@ -37,7 +37,7 @@ - + @@ -290,7 +290,7 @@ - + diff --git a/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift b/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift index cc49a7fa..27dd5532 100644 --- a/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift +++ b/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift @@ -466,6 +466,7 @@ class HomeViewController: UIViewController { mainContainerView.setupCornerRadius(20,maskedCorners: [.layerMinXMaxYCorner, .layerMaxXMaxYCorner]) userName.text = "HI" + " " + (GMEDB.shared.user.string(.firstName) ?? "") let url = URL(string: GMEDB.shared.user.string(.profileImage) ?? "") + profileImage.rounded() profileImage.sd_setImage(with: url, placeholderImage: UIImage(named: "profile-1")) self.homeCarouselView.update(bannerImage) From 4830f6d36fbda6974c7aad97c4dbf0ffc3e06d24 Mon Sep 17 00:00:00 2001 From: Dibya Malla Date: Tue, 9 May 2023 23:00:45 +0900 Subject: [PATCH 2/2] Update some icon --- .../View/BeneficiaryDetailHeaderView.swift | 3 +++ .../View/BeneficiaryDetailHeaderView.xib | 26 +++++++++---------- .../Home/User Interface/View/Home.storyboard | 14 +++++----- .../View/HomeViewController.swift | 6 ++--- .../updated_feedback/Contents.json | 6 +++++ .../about us.imageset/Contents.json | 21 +++++++++++++++ .../about us.imageset/about us.svg | 8 ++++++ .../add new.imageset/Contents.json | 21 +++++++++++++++ .../add new.imageset/add new.svg | 10 +++++++ .../copy.imageset/Contents.json | 21 +++++++++++++++ .../updated_feedback/copy.imageset/copy.svg | 7 +++++ .../icons8-location-94.imageset/Contents.json | 21 +++++++++++++++ .../icons8-location-94.svg | 3 +++ .../Contents.json | 21 +++++++++++++++ .../icons8-male-user-94.svg | 3 +++ .../icons8-people-94.imageset/Contents.json | 21 +++++++++++++++ .../icons8-people-94.svg | 3 +++ .../Contents.json | 21 +++++++++++++++ .../icons8-smartphone-94.svg | 3 +++ .../not uploaded.imageset/Contents.json | 21 +++++++++++++++ .../not uploaded.imageset/not uploaded.svg | 16 ++++++++++++ .../notification.imageset/Contents.json | 21 +++++++++++++++ .../notification.imageset/notification.svg | 15 +++++++++++ .../successful.imageset/Contents.json | 21 +++++++++++++++ .../successful.imageset/successful.svg | 18 +++++++++++++ .../upload slip.imageset/Contents.json | 21 +++++++++++++++ .../upload slip.imageset/upload slip.svg | 12 +++++++++ 27 files changed, 361 insertions(+), 23 deletions(-) create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/about us.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/about us.imageset/about us.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/add new.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/add new.imageset/add new.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/copy.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/copy.imageset/copy.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-location-94.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-location-94.imageset/icons8-location-94.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-male-user-94.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-male-user-94.imageset/icons8-male-user-94.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-people-94.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-people-94.imageset/icons8-people-94.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-smartphone-94.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-smartphone-94.imageset/icons8-smartphone-94.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/not uploaded.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/not uploaded.imageset/not uploaded.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/notification.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/notification.imageset/notification.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/successful.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/successful.imageset/successful.svg create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/upload slip.imageset/Contents.json create mode 100644 GME Remit/Supported Files/Assets.xcassets/updated_feedback/upload slip.imageset/upload slip.svg diff --git a/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.swift b/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.swift index 655c0cc1..b6ee5dd7 100644 --- a/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.swift +++ b/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.swift @@ -29,10 +29,13 @@ class BeneficiaryDetailHeaderView: UITableViewHeaderFooterView { */ func commonSetup() { + let imagePath = GMEDB.shared.user.string(.profileImage) let url = URL(string: imagePath ?? "") profileImage.sd_setImage(with: url, placeholderImage: UIImage(named: "profile-1")) + profileImage.rounded() updateButton.set(cornerRadius: 10) + updateButton.set(borderWidth: 2, of: .init(hex: "#2E89FF")) updateButton.setTitleColor(.init(hex: "#2E89FF"), for: .normal) } diff --git a/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.xib b/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.xib index 98873520..c81b90a9 100644 --- a/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.xib +++ b/GME Remit/Modules/BeneficiaryDetail/User Interface/View/BeneficiaryDetailHeaderView.xib @@ -30,7 +30,7 @@ - + @@ -58,13 +58,13 @@ - + - + @@ -88,8 +88,8 @@ - - + + @@ -118,8 +118,8 @@ - - + + @@ -148,8 +148,8 @@ - - + + @@ -214,10 +214,10 @@ - - - - + + + + diff --git a/GME Remit/Modules/Home/User Interface/View/Home.storyboard b/GME Remit/Modules/Home/User Interface/View/Home.storyboard index 4e4119bf..945d0a98 100644 --- a/GME Remit/Modules/Home/User Interface/View/Home.storyboard +++ b/GME Remit/Modules/Home/User Interface/View/Home.storyboard @@ -62,7 +62,7 @@ - + @@ -169,7 +169,7 @@ - + @@ -195,7 +195,7 @@ - + @@ -290,7 +290,7 @@ - + @@ -307,10 +307,10 @@ - + - - + + diff --git a/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift b/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift index 27dd5532..dfc3e356 100644 --- a/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift +++ b/GME Remit/Modules/Home/User Interface/View/HomeViewController.swift @@ -329,6 +329,7 @@ class HomeViewController: UIViewController { private func setupHierachy() { + copyButton.setTitle("", for: .normal) notificationItem.setTitle("", for: .normal) supportBarButton.setTitle("", for: .normal) @@ -462,7 +463,6 @@ class HomeViewController: UIViewController { self.amountLabel.text = "JYP" + " " + (availableBalance?.likeCommaMoney() ?? "") let walletNumber = GMEDB.shared.user.string(.referralCode) ?? "" walletNumberLabel.text = walletNumber == "" ? "N/A" : walletNumber - copyButton.setTitle("", for: .normal) mainContainerView.setupCornerRadius(20,maskedCorners: [.layerMinXMaxYCorner, .layerMaxXMaxYCorner]) userName.text = "HI" + " " + (GMEDB.shared.user.string(.firstName) ?? "") let url = URL(string: GMEDB.shared.user.string(.profileImage) ?? "") @@ -902,8 +902,8 @@ extension HomeViewController: UITableViewDelegate { return UITableView.automaticDimension case .collection: let totalHeight = view.frame.height - let ramainingBalanceCellHeight: CGFloat = 0//100 - let finalHeight = totalHeight - ramainingBalanceCellHeight + let remainingBalanceCellHeight: CGFloat = 0 //100 + let finalHeight = totalHeight - remainingBalanceCellHeight return finalHeight } } diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/about us.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/about us.imageset/Contents.json new file mode 100644 index 00000000..b686185f --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/about us.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "about us.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/about us.imageset/about us.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/about us.imageset/about us.svg new file mode 100644 index 00000000..86fec536 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/about us.imageset/about us.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/add new.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/add new.imageset/Contents.json new file mode 100644 index 00000000..1fee33b5 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/add new.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "add new.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/add new.imageset/add new.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/add new.imageset/add new.svg new file mode 100644 index 00000000..715ad4d3 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/add new.imageset/add new.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/copy.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/copy.imageset/Contents.json new file mode 100644 index 00000000..47014974 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/copy.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "copy.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/copy.imageset/copy.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/copy.imageset/copy.svg new file mode 100644 index 00000000..d1223923 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/copy.imageset/copy.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-location-94.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-location-94.imageset/Contents.json new file mode 100644 index 00000000..ff72cc60 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-location-94.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "icons8-location-94.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-location-94.imageset/icons8-location-94.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-location-94.imageset/icons8-location-94.svg new file mode 100644 index 00000000..6b6e7ecd --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-location-94.imageset/icons8-location-94.svg @@ -0,0 +1,3 @@ + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-male-user-94.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-male-user-94.imageset/Contents.json new file mode 100644 index 00000000..10782bf8 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-male-user-94.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "icons8-male-user-94.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-male-user-94.imageset/icons8-male-user-94.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-male-user-94.imageset/icons8-male-user-94.svg new file mode 100644 index 00000000..3a2c3640 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-male-user-94.imageset/icons8-male-user-94.svg @@ -0,0 +1,3 @@ + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-people-94.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-people-94.imageset/Contents.json new file mode 100644 index 00000000..d4244723 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-people-94.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "icons8-people-94.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-people-94.imageset/icons8-people-94.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-people-94.imageset/icons8-people-94.svg new file mode 100644 index 00000000..8a30cc55 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-people-94.imageset/icons8-people-94.svg @@ -0,0 +1,3 @@ + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-smartphone-94.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-smartphone-94.imageset/Contents.json new file mode 100644 index 00000000..6fd3232c --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-smartphone-94.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "icons8-smartphone-94.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-smartphone-94.imageset/icons8-smartphone-94.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-smartphone-94.imageset/icons8-smartphone-94.svg new file mode 100644 index 00000000..bd044970 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/icons8-smartphone-94.imageset/icons8-smartphone-94.svg @@ -0,0 +1,3 @@ + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/not uploaded.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/not uploaded.imageset/Contents.json new file mode 100644 index 00000000..fbc8a7e6 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/not uploaded.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "not uploaded.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/not uploaded.imageset/not uploaded.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/not uploaded.imageset/not uploaded.svg new file mode 100644 index 00000000..4290d705 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/not uploaded.imageset/not uploaded.svg @@ -0,0 +1,16 @@ + + + + + Not uploaded + + + + + + + + + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/notification.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/notification.imageset/Contents.json new file mode 100644 index 00000000..5d4d5420 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/notification.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "notification.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/notification.imageset/notification.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/notification.imageset/notification.svg new file mode 100644 index 00000000..cb68cfc9 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/notification.imageset/notification.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + 12 + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/successful.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/successful.imageset/Contents.json new file mode 100644 index 00000000..486c8258 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/successful.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "successful.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/successful.imageset/successful.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/successful.imageset/successful.svg new file mode 100644 index 00000000..17af6fea --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/successful.imageset/successful.svg @@ -0,0 +1,18 @@ + + + + + Successful + + + + + + + + + + + + + diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/upload slip.imageset/Contents.json b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/upload slip.imageset/Contents.json new file mode 100644 index 00000000..fe6ced3a --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/upload slip.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "upload slip.svg", + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GME Remit/Supported Files/Assets.xcassets/updated_feedback/upload slip.imageset/upload slip.svg b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/upload slip.imageset/upload slip.svg new file mode 100644 index 00000000..c73397f7 --- /dev/null +++ b/GME Remit/Supported Files/Assets.xcassets/updated_feedback/upload slip.imageset/upload slip.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + +