commit | 6f9501098ec0714f620b0913ffdc6f824f8aca14 | [log] [tgz] |
---|---|---|
author | Makarand Dharmapurikar <[email protected]> | Tue Jun 07 16:52:19 2016 -0700 |
committer | Makarand Dharmapurikar <[email protected]> | Tue Jun 07 16:52:19 2016 -0700 |
tree | 05fb702c50c77fa4081ab56db90f6af767e1459d | |
parent | d30d4e279c4a63effaa6e912fc00bd4ad96054c7 [diff] [blame] |
fix for issue 5548. Deprecated old classes and created subclasses.
diff --git a/src/objective-c/ProtoRPC/ProtoService.m b/src/objective-c/ProtoRPC/ProtoService.m index fccc6aa..597c3cf 100644 --- a/src/objective-c/ProtoRPC/ProtoService.m +++ b/src/objective-c/ProtoRPC/ProtoService.m
@@ -79,3 +79,7 @@ responsesWriteable:responsesWriteable]; } @end + +@implementation GRPCProtoService + +@end