blob: d816236eadd7abc51e83401bb6714feaf4128de1 [file] [log] [blame]
// 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.
#ifndef IOS_CHROME_BROWSER_SNAPSHOTS_MODEL_SNAPSHOT_KIND_H_
#define IOS_CHROME_BROWSER_SNAPSHOTS_MODEL_SNAPSHOT_KIND_H_
#import <Foundation/Foundation.h>
// Represents the kind of snapshot.
typedef NS_CLOSED_ENUM(NSInteger, SnapshotKind) {
SnapshotKindColor,
SnapshotKindGreyscale,
};
#endif // IOS_CHROME_BROWSER_SNAPSHOTS_MODEL_SNAPSHOT_KIND_H_