| Index: ios/showcase/content_suggestions/sc_content_suggestions_data_source.h
|
| diff --git a/ios/showcase/content_suggestions/sc_content_suggestions_data_source.h b/ios/showcase/content_suggestions/sc_content_suggestions_data_source.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d041428c441387a86c0135bfbe4902b9f461244f
|
| --- /dev/null
|
| +++ b/ios/showcase/content_suggestions/sc_content_suggestions_data_source.h
|
| @@ -0,0 +1,18 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#ifndef IOS_SHOWCASE_CONTENT_SUGGESTIONS_SC_CONTENT_SUGGESTIONS_DATA_SOURCE_H_
|
| +#define IOS_SHOWCASE_CONTENT_SUGGESTIONS_SC_CONTENT_SUGGESTIONS_DATA_SOURCE_H_
|
| +
|
| +#import <UIKit/UIKit.h>
|
| +
|
| +#import "ios/chrome/browser/ui/content_suggestions/content_suggestions_data_source.h"
|
| +
|
| +// Fake DataSource for the ContentSuggestions.
|
| +@interface SCContentSuggestionsDataSource
|
| + : NSObject<ContentSuggestionsDataSource>
|
| +
|
| +@end
|
| +
|
| +#endif // IOS_SHOWCASE_CONTENT_SUGGESTIONS_SC_CONTENT_SUGGESTIONS_DATA_SOURCE_H_
|
|
|