summaryrefslogtreecommitdiffstats
blob: 38ed564d1b82f5d44b58135ae60b097eb5eb5f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2010-2016 Isode Limited.
 * All rights reserved.
 * See the COPYING file for more information.
 */

#include <Swift/Controllers/Storages/CertificateStorage.h>

namespace Swift {

CertificateStorage::~CertificateStorage() {
}

}