9 lines
156 B
Java
9 lines
156 B
Java
|
package com.luminiasoft.bitshares;
|
||
|
|
||
|
/**
|
||
|
* Created by nelson on 11/9/16.
|
||
|
*/
|
||
|
public class Extension {
|
||
|
//TODO: Give this class a proper implementation
|
||
|
}
|