parent
38fa4e91fa
commit
141ee6565d
@ -1,11 +1,12 @@
|
||||
package org.thoughtcrime.securesms.mms;
|
||||
|
||||
import android.support.annotation.NonNull;
|
||||
import android.support.annotation.Nullable;
|
||||
|
||||
import org.thoughtcrime.securesms.transport.UndeliverableMessageException;
|
||||
|
||||
import ws.com.google.android.mms.pdu.SendConf;
|
||||
|
||||
public interface OutgoingMmsConnection {
|
||||
SendConf send(@NonNull byte[] pduBytes) throws UndeliverableMessageException;
|
||||
@Nullable SendConf send(@NonNull byte[] pduBytes) throws UndeliverableMessageException;
|
||||
}
|
||||
|
Loading…
Reference in New Issue