blob: 73818972d41935bb6a6ad8798ef3a5f29a9d0039 [file] [log] [blame]
// Copyright 2015 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.
package io.v.syncslides.model;
/**
* A Session represents the UI state for one presentation.
*/
public interface Session {
String getDeckId();
String getPresentationId();
}