summaryrefslogtreecommitdiffstats
blob: 7dd1abf7a5cc424ca3310bbf11b1ff8bacf4fc79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (c) 2013 Tobias Markmann
 * Licensed under the simplified BSD license.
 * See Documentation/Licenses/BSD-simplified.txt for more information.
 */

#include <Swift/Controllers/ContactProvider.h>

namespace Swift {

ContactProvider::~ContactProvider() {

}

}