12 lines
191 B
C#
12 lines
191 B
C#
namespace Cef3
|
|
{
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using Cef3.Interop;
|
|
|
|
public abstract unsafe partial class CefUserData
|
|
{
|
|
}
|
|
}
|