File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ NS_ASSUME_NONNULL_BEGIN
166166
167167@property (nonatomic , readonly ) NSString *identifier;
168168@property (nonatomic , readonly ) NSString *key;
169+ @property (nonatomic , readonly ) NSString *serverURLString;
169170@property (nonatomic , copy , nullable ) NSString *RTMServer;
170171
171172- (void )setWithIdentifier : (NSString *)identifier key : (NSString *)key ;
Original file line number Diff line number Diff line change @@ -184,6 +184,10 @@ + (instancetype)defaultApplication {
184184 return instance;
185185}
186186
187+ - (NSString *)serverURLString {
188+ return [LCRouter serverURLString ];
189+ }
190+
187191- (void )setWithIdentifier : (NSString *)identifier key : (NSString *)key {
188192 _identifier = [identifier copy ];
189193 _key = [key copy ];
You can’t perform that action at this time.
0 commit comments