Skip to content

Commit

Permalink
加入tiktok接口。
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiTeacher committed Apr 15, 2022
1 parent 7f7ac57 commit 1d8395d
Show file tree
Hide file tree
Showing 1,192 changed files with 144,043 additions and 3,896 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ interface
// Jd_2_128 = interface; //com.devil.library.media.utils.d$2
// Jd_a = interface; //com.devil.library.media.utils.d$a
// Jd_130 = interface; //com.devil.library.media.utils.d
JDVFileProvider = interface; //com.devil.library.media.utils.DVFileProvider
// JDVFileProvider = interface; //com.devil.library.media.utils.DVFileProvider
// Je_a = interface; //com.devil.library.media.utils.e$a
// Je_133 = interface; //com.devil.library.media.utils.e
// Jf_134 = interface; //com.devil.library.media.utils.f
Expand Down Expand Up @@ -3564,27 +3564,27 @@ // TJd_a = class(TJavaGenericImport<Jd_aClass, Jd_a>) end;

// TJd_130 = class(TJavaGenericImport<Jd_130Class, Jd_130>) end;

JDVFileProviderClass = interface(JFileProviderClass) // or JObjectClass // SuperSignature: android/support/v4/content/FileProvider
['{BEF789AF-FE40-4E44-967B-F9F204C52026}']
{ static Property Methods }

{ static Methods }
{class} function init: JDVFileProvider; cdecl; //()V

{ static Property }
end;

[JavaSignature('com/devil/library/media/utils/DVFileProvider')]
JDVFileProvider = interface(JFileProvider) // or JObject // SuperSignature: android/support/v4/content/FileProvider
['{1AF4411F-7997-4094-B315-D17FF2D82589}']
{ Property Methods }

{ methods }

{ Property }
end;

TJDVFileProvider = class(TJavaGenericImport<JDVFileProviderClass, JDVFileProvider>) end;
// JDVFileProviderClass = interface(JFileProviderClass) // or JObjectClass // SuperSignature: android/support/v4/content/FileProvider
// ['{BEF789AF-FE40-4E44-967B-F9F204C52026}']
// { static Property Methods }
//
// { static Methods }
// {class} function init: JDVFileProvider; cdecl; //()V
//
// { static Property }
// end;
//
// [JavaSignature('com/devil/library/media/utils/DVFileProvider')]
// JDVFileProvider = interface(JFileProvider) // or JObject // SuperSignature: android/support/v4/content/FileProvider
// ['{1AF4411F-7997-4094-B315-D17FF2D82589}']
// { Property Methods }
//
// { methods }
//
// { Property }
// end;
//
// TJDVFileProvider = class(TJavaGenericImport<JDVFileProviderClass, JDVFileProvider>) end;

// Je_aClass = interface(JObjectClass)
// ['{9880B87F-6AE7-4DAF-BCBD-1228FE913C53}']
Expand Down
Loading

0 comments on commit 1d8395d

Please sign in to comment.