ソースを参照

import private headers to make incomplete structs visible for Swift

Alla Reinsch 7 年 前
コミット
959e08b377
1 ファイル変更6 行追加0 行削除
  1. 6 0
      deltachat-ios/deltachat-ios-Bridging-Header.h

+ 6 - 0
deltachat-ios/deltachat-ios-Bridging-Header.h

@@ -3,4 +3,10 @@
 //
 
 #include "mrmailbox.h"
+#include "mrmailbox-private.h"
+#include "mrcontact-private.h"
+#include "mrchatlist-private.h"
+#include "mrmsg-private.h"
+#include "mrchat-private.h"
+#include "mrlot-private.h"
 #include "wrapper.h"