Skip to content

Commit

Permalink
up to date protobuff file
Browse files Browse the repository at this point in the history
  • Loading branch information
emist committed Sep 6, 2011
1 parent 05f528d commit 47d7437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions objects.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ message infoObject {
optional int32 value = 2;
}

message stringgroup {
repeated stringResponse data = 1;
}

message BooleanObject {
required bool istrue = 1;
}
Expand Down

0 comments on commit 47d7437

Please sign in to comment.