Chromium Code Reviews| 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..bbc0a50e1acc21d3b4e29e26e77a76bac467db79 |
| --- /dev/null |
| +++ b/ios/showcase/content_suggestions/sc_content_suggestions_data_source.h |
| @@ -0,0 +1,17 @@ |
| +// 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" |
| + |
|
lpromero
2017/03/24 12:10:17
Comment.
gambard
2017/03/24 15:12:49
Done.
|
| +@interface SCContentSuggestionsDataSource |
| + : NSObject<ContentSuggestionsDataSource> |
| + |
| +@end |
| + |
| +#endif // IOS_SHOWCASE_CONTENT_SUGGESTIONS_SC_CONTENT_SUGGESTIONS_DATA_SOURCE_H_ |