sc_infobar_constants.mm 583 B

1234567891011121314
  1. // Copyright 2019 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/showcase/infobars/sc_infobar_constants.h"
  5. #if !defined(__has_feature) || !__has_feature(objc_arc)
  6. #error "This file requires ARC support."
  7. #endif
  8. NSString* const kInfobarBannerTitleLabel = @"Test Infobar";
  9. NSString* const kInfobarBannerSubtitleLabel = @"This a test Infobar.";
  10. NSString* const kInfobarBannerButtonLabel = @"Accept";
  11. NSString* const kInfobarBannerPresentedModalLabel = @"Modal Infobar";