summaryrefslogtreecommitdiff
path: root/objective-c/include/objc/Ice/Format.h
blob: aa061abb463dd693ae23facd37050d948ec6d3f9 (plain)
1
2
3
4
5
6
7
8
9
10
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

typedef enum
{
    ICEDefaultFormat,
    ICECompactFormat,
    ICESlicedFormat
} ICEFormatType;