Skip to content
This repository was archived by the owner on Aug 3, 2023. It is now read-only.

Commit 019e2bc

Browse files
authored
Merge pull request #73 from openfresh/proto-ios
Update proto file for Swift
2 parents e0ddc50 + fc70898 commit 019e2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobuf/stream.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ syntax = "proto3";
22

33
option java_multiple_files = true;
44
option java_package = "openfresh.plasma";
5-
option objc_class_prefix = "PLASMA";
5+
option swift_prefix = "Plasma";
66

77
package proto;
88

0 commit comments

Comments
 (0)