Skip to content
Snippets Groups Projects
Commit 56cd72b2 authored by Nate Kibler's avatar Nate Kibler
Browse files

Changed GRPCCall import to class forward declaration

The GRPCCall.h file is already correctly imported in the
GRPCRequestHeaders.m implementation file. This header shouldn’t need to
import GRPCCall and should specify a class forward declaration for
reference.
parent 4c8f6682
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
#import <Foundation/Foundation.h>
#include <grpc/grpc.h>
#import "GRPCCall.h"
@class GRPCCall.h;
@interface GRPCRequestHeaders : NSObject<GRPCRequestHeaders>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment