Strings.h
330 Bytes
//
// Strings.h
// HalloweenSpaceInvaders
//
// Created by Katarzyna Kalinowska-Górska on 06/10/2019.
//
#ifndef Strings_h
#define Strings_h
namespace Strings {
extern const char* LINK_TERMS_OF_SERVICE;
extern const char* LINK_PRIVACY_POLICY;
// extern const char* LINK_ABOUT_WE;
};
#endif /* Strings_h */