ToyStrings.cpp 462 Bytes
//
//  ToyStrings.cpp
//  Steve and Maggie Halloween
//
//  Created by Katarzyna Kalinowska-Górska on 06/10/2019.
//

#include <stdio.h>
#include "ToyStrings.h"

namespace ToyStrings {

    const char* LINK_TERMS_OF_SERVICE = "https://app.steveandmaggie.com/terms-of-use.html";
    const char* LINK_PRIVACY_POLICY = "https://app.steveandmaggie.com/principles-of-personal-data-processing.html";
//    const char* LINK_ABOUT_WE = "https://www.wowenglish.com";
}