summaryrefslogtreecommitdiff
path: root/swift/test/Ice/objects/II.swift
blob: 214b3e29d6bdf25bbb8092a07bc75fae634eb222 (plain)
1
2
3
4
5
6
7
8
9
10
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
import Ice

public class II: Ice.InterfaceByValue {
    public required init() {
        super.init(id: "::Test::I")
    }
}