Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
namespace VRSample.UI.ViewModels
|
||||
{
|
||||
public struct StreamWrapperViewModel
|
||||
{
|
||||
public string title;
|
||||
public string description;
|
||||
public string previewImage;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user