Skip to content

Commit

Permalink
fixed pch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Oct 3, 2017
1 parent 0b04c25 commit 7763c76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DashWalletUITests/DashWalletUITests-Bridging-Header.h
@@ -1,9 +1,9 @@
//
// BreadWalletUITests-Bridging-Header.h
// BreadWallet
// DashWalletUITests-Bridging-Header.h
// DashWallet
//
// Created by Aaron Voisine on 5/3/16.
// Copyright (c) 2016 breadwallet LLC
// Copyright (c) 2016 Dashwallet LLC
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand All @@ -23,15 +23,15 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#ifndef BreadWalletUITests_Bridging_Header_h
#define BreadWalletUITests_Bridging_Header_h
#ifndef DashWalletUITests_Bridging_Header_h
#define DashWalletUITests_Bridging_Header_h

#include "BreadWallet-Prefix.pch"
#include "DashWallet-Prefix.pch"

#if SNAPSHOT
static const bool _SNAPSHOT = 1;
#else
static const bool _SNAPSHOT = 0;
#endif

#endif /* BreadWalletUITests_Bridging_Header_h */
#endif /* DashWalletUITests_Bridging_Header_h */

0 comments on commit 7763c76

Please sign in to comment.