blob: 3dad86feb6f3034a1d906170c4f79f7486b2076a [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_GLANCEABLES_CLASSROOM_GLANCEABLES_CLASSROOM_CLIENT_H_
#define ASH_GLANCEABLES_CLASSROOM_GLANCEABLES_CLASSROOM_CLIENT_H_
#include "ash/ash_export.h"
namespace ash {
// Interface for the classroom browser client.
class ASH_EXPORT GlanceablesClassroomClient {};
} // namespace ash
#endif // ASH_GLANCEABLES_CLASSROOM_GLANCEABLES_CLASSROOM_CLIENT_H_