From 31a66c461abc72ee287a9b21b2fdb560655df7a8 Mon Sep 17 00:00:00 2001 From: smizrahi Date: Tue, 13 Feb 2024 11:46:39 +0100 Subject: [PATCH] fix(core): Add missing method WORequest+SOGo.h --- SoObjects/SOGo/WORequest+SOGo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/SoObjects/SOGo/WORequest+SOGo.h b/SoObjects/SOGo/WORequest+SOGo.h index e06df0aca..a9d25712d 100644 --- a/SoObjects/SOGo/WORequest+SOGo.h +++ b/SoObjects/SOGo/WORequest+SOGo.h @@ -37,6 +37,7 @@ - (BOOL) isIPhoneAddressBookApp; - (BOOL) isAndroid; - (BOOL) isMacOSXCalendar; +- (BOOL) isThunderbird; @end