Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
157 changes: 7 additions & 150 deletions DashControl.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion DashControl/Sources/Services/API/APIBaseAuthorized.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#import "APIBaseAuthorized.h"

#import "Credentials.h"
#import "Networking.h"
#import "DSNetworking.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion DashControl/Sources/Services/API/APIBudget.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#import "NSManagedObject+DCExtensions.h"
#import "NSManagedObjectContext+DCExtensions.h"
#import "DCPersistenceStack.h"
#import "Networking.h"
#import "DSNetworking.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion DashControl/Sources/Services/API/APIBudgetPrivate.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#import "APIBudgetPrivate.h"

#import "DCPersistenceStack.h"
#import "Networking.h"
#import "DSNetworking.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion DashControl/Sources/Services/API/APINews.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#import "DCNewsPostEntity+CoreDataClass.h"
#import "NSManagedObjectContext+DCExtensions.h"
#import "DCPersistenceStack.h"
#import "Networking.h"
#import "DSNetworking.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion DashControl/Sources/Services/API/APIPortfolio.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#import "APIPortfolio.h"

#import "DCServerBloomFilter.h"
#import "Networking.h"
#import "DSNetworking.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion DashControl/Sources/Services/API/APIPrice.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#import "DCMarketEntity+Extensions.h"
#import "NSManagedObjectContext+DCExtensions.h"
#import "DCPersistenceStack.h"
#import "Networking.h"
#import "DSNetworking.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion DashControl/Sources/Services/API/APITrigger.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#import "Credentials.h"
#import "DCPersistenceStack.h"
#import "DCTrigger.h"
#import "Networking.h"
#import "DSNetworking.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion DashControl/Sources/Services/Injections.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#import "ChartViewModel.h"
#import "DCPersistenceStack.h"
#import "DCWalletManager.h"
#import "Networking.h"
#import "DSNetworking.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions DashControl/Sources/Services/Networking/Blocks/HTTPLoaderBlocks.h

This file was deleted.

38 changes: 0 additions & 38 deletions DashControl/Sources/Services/Networking/Blocks/HTTPLoaderManager.h

This file was deleted.

Loading