1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_WEB_PUBLIC_BLOCK_TYPES_H_
6 #define IOS_WEB_PUBLIC_BLOCK_TYPES_H_
8 #import <Foundation/Foundation.h>
12 // The type of the completion handler block that is called to inform about
13 // JavaScript evaluation completion.
14 typedef void (^JavaScriptCompletion
)(NSString
*, NSError
*);
18 #endif // IOS_WEB_PUBLIC_BLOCK_TYPES_H_