blob: 5b47095724112286160e5788a205324d7cecf700 [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "ios/chrome/common/physical_web/physical_web_types.h"
#if !defined(__has_feature) || !__has_feature(objc_arc)
#error "This file requires ARC support."
#endif
namespace physical_web {
NSString* const kPhysicalWebErrorDomain = @"kPhysicalWebErrorDomain";
const double kMaxRank = 1000.0;
} // namespace physical_web