Fix build

This commit is contained in:
Ali 2021-04-27 19:28:57 +04:00
parent f312275425
commit 8571aaa0a2
6 changed files with 32 additions and 13 deletions

View file

@ -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