| Index: ios/crnet/CrNet.h
|
| diff --git a/ios/crnet/CrNet.h b/ios/crnet/CrNet.h
|
| index ce93886ea1bab97955befae85a3fcc25abbb23be..4b1d4dcc7bf7d09b0d88f151652216924fe36b89 100644
|
| --- a/ios/crnet/CrNet.h
|
| +++ b/ios/crnet/CrNet.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef IOS_CRNET_CRNET_H_
|
| +#define IOS_CRNET_CRNET_H_
|
| +
|
| #import <Foundation/Foundation.h>
|
|
|
| // A block, that takes a request, and returns YES if the request should
|
| @@ -132,3 +135,5 @@ __attribute__((visibility("default")))
|
| + (void)clearCacheWithCompletionCallback:(ClearCacheCallback)completionBlock;
|
|
|
| @end
|
| +
|
| +#endif // IOS_CRNET_CRNET_H_
|
|
|