Fix spelling mistake on pragma mark

It causes a compiler error in Xcode 11 because it doesn't know how to parse it.
This commit is contained in:
Chris Hansen 2019-07-02 10:36:40 -07:00 committed by virtuacoplenny
parent 8da0552541
commit 52362c4675
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
*/ */
@property (nonatomic, nullable) JitsiMeetConferenceOptions *defaultConferenceOptions; @property (nonatomic, nullable) JitsiMeetConferenceOptions *defaultConferenceOptions;
#pragma mak - This class is a singleton #pragma mark - This class is a singleton
+ (instancetype _Nonnull)sharedInstance; + (instancetype _Nonnull)sharedInstance;