Initial Commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
* All rights reserved.
|
||||
*
|
||||
* This source code is licensed under the license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
namespace Meta.Voice.Hub.Interfaces
|
||||
{
|
||||
public interface IOverrideSize
|
||||
{
|
||||
float OverrideWidth { get; set; }
|
||||
float OverrideHeight { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6ab13218e15145a792b14452a94dcf16
|
||||
timeCreated: 1680898110
|
||||
Reference in New Issue
Block a user