1/**
2 * Package containing all the interfaces that define the remote version of the Layoutlib API. This
3 * interface matches the local layout API closely. In some cases where special capabilities to
4 * support the remote calls are needed, the API will be different.
5 */
6package com.android.layout.remote.api;