Skip to content

Commit c15b956

Browse files
Alexey KhokhlovAlexey Khokhlov
authored andcommitted
Enums CaseIterable
1 parent 35807cd commit c15b956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/GeneratedMessage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public protocol GeneratedMessageProtocol: ProtocolBuffersMessage {
2929
}
3030

3131

32-
public protocol GeneratedEnum:RawRepresentable, CustomDebugStringConvertible, CustomStringConvertible, Hashable {
32+
public protocol GeneratedEnum:RawRepresentable, CustomDebugStringConvertible, CustomStringConvertible, Hashable, CaseIterable {
3333
func toString() -> String
3434
static func fromString(_ str:String) throws -> Self
3535
}

0 commit comments

Comments
 (0)