Bug 1776444 [wpt PR 34582] - Revert "Add TimedHTMLParserBudget to fieldtrial_testing_...
[gecko.git] / widget / cocoa / nsMacSharingService.h
blobd97ce59380b033aecfa39ec88ff020656bc90a56
1 /* -*- Mode: c++; tab-width: 2; indent-tabs-mode: nil; -*- */
2 /* This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6 #ifndef nsMacSharingService_h_
7 #define nsMacSharingService_h_
9 #include "nsIMacSharingService.h"
11 class nsMacSharingService : public nsIMacSharingService {
12 public:
13 nsMacSharingService() {}
15 NS_DECL_ISUPPORTS
16 NS_DECL_NSIMACSHARINGSERVICE
18 protected:
19 virtual ~nsMacSharingService() {}
22 #endif // nsMacSharingService_h_