// Copyright 2025 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#import "ios/chrome/browser/composebox/coordinator/composebox_constants.h"

const NSUInteger kAttachmentLimit = 10;
const NSUInteger kAttachmentLimitForImageGeneration = 1;
const NSUInteger kMaxFileAttachmentSize = 100 * 1024 * 1024;
