mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Fix spelling of instance.
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
@param crashAttachmentData The attachment data as NSData
|
@param crashAttachmentData The attachment data as NSData
|
||||||
@param contentType The content type of your data as MIME type
|
@param contentType The content type of your data as MIME type
|
||||||
|
|
||||||
@return An instsance of BITCrashAttachment
|
@return An instance of BITCrashAttachment
|
||||||
*/
|
*/
|
||||||
- (instancetype)initWithFilename:(NSString *)filename
|
- (instancetype)initWithFilename:(NSString *)filename
|
||||||
crashAttachmentData:(NSData *)crashAttachmentData
|
crashAttachmentData:(NSData *)crashAttachmentData
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
View controller allowing the user to write and send new feedback
|
View controller allowing the user to write and send new feedback
|
||||||
|
|
||||||
To add this view controller to your own app and push it onto a navigation stack,
|
To add this view controller to your own app and push it onto a navigation stack,
|
||||||
don't create the intance yourself, but use the following code to get a correct instance:
|
don't create the instance yourself, but use the following code to get a correct instance:
|
||||||
|
|
||||||
[[BITHockeyManager sharedHockeyManager].feedbackManager feedbackComposeViewController]
|
[[BITHockeyManager sharedHockeyManager].feedbackManager feedbackComposeViewController]
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
are allowed to be set.
|
are allowed to be set.
|
||||||
|
|
||||||
To add this view controller to your own app and push it onto a navigation stack,
|
To add this view controller to your own app and push it onto a navigation stack,
|
||||||
don't create the intance yourself, but use the following code to get a correct instance:
|
don't create the instance yourself, but use the following code to get a correct instance:
|
||||||
|
|
||||||
[[BITHockeyManager sharedHockeyManager].feedbackManager feedbackListViewController:NO]
|
[[BITHockeyManager sharedHockeyManager].feedbackManager feedbackListViewController:NO]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user