constants.mm 431 B

123456789101112
  1. // Copyright 2020 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #import "ios/chrome/common/constants.h"
  5. #if !defined(__has_feature) || !__has_feature(objc_arc)
  6. #error "This file requires ARC support."
  7. #endif
  8. const NSTimeInterval kSecurePasteboardExpiration = 60 * 20; // 20 minutes.
  9. const CGFloat kSmallDeviceThreshold = 22.0;