Backed out changeset 2450366cf7ca (bug 1891629) for causing win msix mochitest failures
[gecko.git] / widget / cocoa / nsBidiKeyboard.h
blob3a9a6fe2fb8608bd6112bb0748b23ee4e4b4c2dd
1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
3 * This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef nsBidiKeyboard_h_
8 #define nsBidiKeyboard_h_
10 #include "nsIBidiKeyboard.h"
12 class nsBidiKeyboard : public nsIBidiKeyboard {
13 public:
14 NS_DECL_ISUPPORTS
15 NS_DECL_NSIBIDIKEYBOARD
17 nsBidiKeyboard();
19 protected:
20 virtual ~nsBidiKeyboard();
23 #endif // nsBidiKeyboard_h_