B. Petersen 3 éve
szülő
commit
abb84b12f0
1 módosított fájl, 1 hozzáadás és 11 törlés
  1. 1 11
      DcCore/DcCore/DC/Wrapper.swift

+ 1 - 11
DcCore/DcCore/DC/Wrapper.swift

@@ -19,17 +19,7 @@ public class DcContext {
         contextPointer = nil
         contextPointer = nil
     }
     }
 
 
-    /**
-        viewType: one of
-            DC_MSG_TEXT,
-            DC_MSG_IMAGE,
-            DC_MSG_GIF,
-            DC_MSG_STICKER,
-            DC_MSG_AUDIO,
-            DC_MSG_VOICE,
-            DC_MSG_VIDEO,
-            DC_MSG_FILE
-     */
+    // viewType: one of DC_MSG_*
     public func newMessage(viewType: Int32) -> DcMsg {
     public func newMessage(viewType: Int32) -> DcMsg {
         let messagePointer = dc_msg_new(contextPointer, viewType)
         let messagePointer = dc_msg_new(contextPointer, viewType)
         return DcMsg(pointer: messagePointer)
         return DcMsg(pointer: messagePointer)