summaryrefslogtreecommitdiffstats
blob: a85dc0ffcd23101d0de1f49d705c53fa35adb043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2015, Isode Limited, London, England.
 * All rights reserved.
 */
/*
 * Copyright (c) 2011 Tobias Markmann
 * Licensed under the BSD license.
 * See http://www.opensource.org/licenses/bsd-license.php for more information.
 */

package com.isode.stroke.elements;

public class DeliveryReceiptRequest extends Payload {
    public DeliveryReceiptRequest() {}
}