added iOS source code
[wl-app.git] / iOS / WolneLektury / Extensions / MatomoTracker+Ext.swift
1 //
2 //  MatomoTracker+Ext.swift
3 //  WolneLektury
4 //
5 //  Created by Pawel Dabrowski on 25/09/2018.
6 //  Copyright © 2018 Fundacja Nowoczesna Polska. All rights reserved.
7 //
8
9 import Foundation
10 import MatomoTracker
11
12 extension MatomoTracker {
13     static let shared: MatomoTracker = MatomoTracker(siteId: Config.PIWIK_SITE_ID, baseURL: URL(string: Config.PIWIK_URL)!)
14 }