Skip to content
This repository was archived by the owner on May 10, 2019. It is now read-only.

Commit 0410605

Browse files
committed
Initial revision of missing file defining API a sample API identifier and hash just to make it work.
These values are to be replaced with actual ones to be used in a specific client.
1 parent 18bf78b commit 0410605

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Just to make it work, to be replaced with actual values to be used in a specific client
2+
#define SETUP_API_ID(apiId) apiId = 43058;
3+
#define SETUP_API_HASH(apiHash) apiHash = @"1f4ab41522ddeef0f9a2a9e0095fcf38";

0 commit comments

Comments
 (0)