| Index: ios/chrome/content_widget_extension/content_widget_view.h
|
| diff --git a/ios/chrome/content_widget_extension/content_widget_view.h b/ios/chrome/content_widget_extension/content_widget_view.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..aab8a8136fda73e3fe26b0bfd019531d03ac90a8
|
| --- /dev/null
|
| +++ b/ios/chrome/content_widget_extension/content_widget_view.h
|
| @@ -0,0 +1,13 @@
|
| +// 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_CHROME_CONTENT_WIDGET_EXTENSION_CONTENT_WIDGET_VIEW_H_
|
| +#define IOS_CHROME_CONTENT_WIDGET_EXTENSION_CONTENT_WIDGET_VIEW_H_
|
| +
|
| +#import <UIKit/UIKit.h>
|
| +
|
| +@interface ContentWidgetView : UIView
|
| +@end
|
| +
|
| +#endif // IOS_CHROME_CONTENT_WIDGET_EXTENSION_CONTENT_WIDGET_VIEW_H_
|
|
|