blob: 140fc8f015906091ce4ba8f926a5bf1edefc0b51 [file] [log] [blame]
// Copyright 2016 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
import Foundation
import SyncbaseCore
/// Represents a user.
public struct User {
// TODO(zinman): Fill this in.
public let userId: String
}