Skip to content
This repository was archived by the owner on Dec 29, 2025. It is now read-only.

Commit 06c4700

Browse files
authored
Create Main class with onLoad method
1 parent b5e121a commit 06c4700

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

  • src/main/java/com.dts.freefiremax/alvinq
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.dts.freefiremax.alvinq;
2+
3+
import id.my.alvinq.appcopy.Main;
4+
import android.content.Context;
5+
6+
public class Main {
7+
public static onLoad(Context ctx) {
8+
Main.onLoad(ctx);
9+
}
10+
};

0 commit comments

Comments
 (0)