Преглед изворни кода

Fix spelling mistake on pragma mark

It causes a compiler error in Xcode 11 because it doesn't know how to parse it.
master
Chris Hansen пре 6 година
родитељ
комит
52362c4675
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      ios/sdk/src/JitsiMeet.h

+ 1
- 1
ios/sdk/src/JitsiMeet.h Прегледај датотеку

42
  */
42
  */
43
 @property (nonatomic, nullable) JitsiMeetConferenceOptions *defaultConferenceOptions;
43
 @property (nonatomic, nullable) JitsiMeetConferenceOptions *defaultConferenceOptions;
44
 
44
 
45
-#pragma mak - This class is a singleton
45
+#pragma mark - This class is a singleton
46
 
46
 
47
 + (instancetype _Nonnull)sharedInstance;
47
 + (instancetype _Nonnull)sharedInstance;
48
 
48
 

Loading…
Откажи
Сачувај