chinese-journal/rudict/rudict-ios/cpp-ios-stuff.h
2014-12-14 00:12:23 +00:00

18 lines
318 B
C

//
// cpp-ios-stuff.h
// rudict-ios
//
// Created by Admin on 14.12.14.
// Copyright (c) 2014 Vladislav. All rights reserved.
//
#ifndef rudict_ios_cpp_ios_stuff_h
#define rudict_ios_cpp_ios_stuff_h
//Function is implemented in file reporter.cpp
const char* CreateReportJsonUtf8(const char* crequest);
#endif