summaryrefslogtreecommitdiffstats
blob: 4e3cef1afc83822399c319d839c04bf0fb829cc8 (plain)
1
2
3
4
5
6
7
8
9
namespace Swift {
	class AutoUpdater;
	class String;

	class PlatformAutoUpdaterFactory {
		public:
			AutoUpdater* createAutoUpdater(const String& appcastURL);
	};
}