mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
hotfix use custom url scheme to open links if provided
This commit is contained in:
@@ -419,4 +419,13 @@ manualChangeMessageForVideo:(NSString*)manualChangeMessageForVideo
|
||||
*/
|
||||
+ (NSString*)logForPushToken:(NSData*)pushToken;
|
||||
|
||||
#pragma mark - bwi
|
||||
/**
|
||||
Check if link is a permalink.
|
||||
|
||||
@param link the link to ceck.
|
||||
@return true if link is a permalink, false if it is not a permalink.
|
||||
*/
|
||||
+ (BOOL)isLinkPermalink:(NSString*)link;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user