Created
July 3, 2025 20:41
-
-
Save apangin/4da093f4ac9b3f2ff7cb13737c3d7499 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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