| // Copyright 2024 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/tips_manager/model/tips_manager_ios.h" | 
 |  | 
 | #import "components/segmentation_platform/embedder/home_modules/tips_manager/constants.h" | 
 |  | 
 | void TipsManagerIOS::HandleInteraction( | 
 |     segmentation_platform::TipIdentifier tip, | 
 |     segmentation_platform::TipPresentationContext context) { | 
 |   // TODO(crbug.com/369457289): Implement `HandleInteraction()` for Tip | 
 |   // interactions. | 
 | } |