blob: 6bf09dad6e9fcb3e783b57dc36c80c9d3e727835 [file]
public final class Big /* Big*/ {
@org.jetbrains.annotations.NotNull()
private final Size size;
@org.jetbrains.annotations.NotNull()
private final Size[] sizes;
@org.jetbrains.annotations.NotNull()
public final Size getSize();// getSize()
@org.jetbrains.annotations.NotNull()
public final Size[] getSizes();// getSizes()
public Big();// .ctor()
}