|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace Xamarin.Forms.Platform.WPF
|
|
{
|
|
internal class Animatable : IAnimatable
|
|
{
|
|
public void BatchBegin()
|
|
{
|
|
}
|
|
|
|
public void BatchCommit()
|
|
{
|
|
}
|
|
}
|
|
}
|