mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
f312275425
commit
8571aaa0a2
6 changed files with 32 additions and 13 deletions
|
|
@ -21,7 +21,7 @@
|
|||
/**
|
||||
* You cannot directly instantiate an `STPToken`. You should only use one that has been returned from an `STPAPIClient` callback.
|
||||
*/
|
||||
- (nonnull instancetype) init __attribute__((unavailable("You cannot directly instantiate an STPToken. You should only use one that has been returned from an STPAPIClient callback.")));
|
||||
- (nonnull instancetype) init;
|
||||
|
||||
/**
|
||||
* The value of the token. You can store this value on your server and use it to make charges and customers. @see
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue