mac
2024-06-12 fde174d256d4dced8bef6c439ec87cd888ad140b
1
2
3
4
5
6
7
8
9
10
package com.github.AAChartModel.AAChartCore.AAOptionsModel;
 
public class AAPoint {
    public AAPointEvents events;
 
    public AAPoint events(AAPointEvents prop) {
        events = prop;
        return this;
    }
}