tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

MOXLandmarkAccessibles.mm (422B)


      1 /* -*- (Mode: Objective-C++; tab-width: 2; indent-tabs-mode: nil;
      2 * 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/. */
      6 
      7 #import "MOXLandmarkAccessibles.h"
      8 
      9 @implementation MOXLandmarkAccessible
     10 
     11 - (NSString*)moxTitle {
     12  return @"";
     13 }
     14 
     15 @end