Bumping manifests a=b2g-bump
[gecko.git] / widget / cocoa / nsMacWebAppUtils.h
blob98ef235615dbbb735b101065f3df9b1e4da8a169
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4 #ifndef _MAC_WEB_APP_UTILS_H_
5 #define _MAC_WEB_APP_UTILS_H_
7 #include "nsIMacWebAppUtils.h"
9 #define NS_MACWEBAPPUTILS_CONTRACTID "@mozilla.org/widget/mac-web-app-utils;1"
11 class nsMacWebAppUtils : public nsIMacWebAppUtils {
12 public:
13 nsMacWebAppUtils() {}
15 NS_DECL_ISUPPORTS
16 NS_DECL_NSIMACWEBAPPUTILS
18 protected:
19 virtual ~nsMacWebAppUtils() {}
22 #endif //_MAC_WEB_APP_UTILS_H_