Bug 1899500 - Implement explicit resource management in Baseline compiler. r=arai
[gecko.git] / accessible / mac / MOXOuterDoc.h
blob4f58ca3b29d2cf0f50b615b154193b8ffc14740e
1 /* -*- Mode: Objective-C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset:
2 * 2 -*- */
3 /* vim:expandtab:shiftwidth=2:tabstop=2:
4 */
5 /* This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
9 #import "mozAccessible.h"
11 @interface MOXOuterDoc : mozAccessible
13 // overrides
14 - (NSString*)moxContents;
16 @end