Skip to content

Instantly share code, notes, and snippets.

@apangin
Created July 3, 2025 20:41
Show Gist options
  • Save apangin/4da093f4ac9b3f2ff7cb13737c3d7499 to your computer and use it in GitHub Desktop.
Save apangin/4da093f4ac9b3f2ff7cb13737c3d7499 to your computer and use it in GitHub Desktop.
package com.google.protobuf;
abstract class ByteString {}
abstract class CodedInputStream {}
abstract class GeneratedMessage {}
class InvalidProtocolBufferException extends java.io.IOException {}
interface MessageOrBuilder {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment