mirror of
				https://github.com/lacerta-doc/Lacerta.git
				synced 2025-09-09 12:09:25 +00:00 
			
		
		
		
	Repository実装
This commit is contained in:
		
							parent
							
								
									9fecefeb4e
								
							
						
					
					
						commit
						aff7af76d4
					
				| 
						 | 
				
			
			@ -1,7 +1,13 @@
 | 
			
		|||
package one.nem.lacerta.source.file;
 | 
			
		||||
 | 
			
		||||
import android.graphics.Bitmap;
 | 
			
		||||
 | 
			
		||||
import org.eclipse.jgit.lib.Repository;
 | 
			
		||||
 | 
			
		||||
public interface RepoFileManager {
 | 
			
		||||
 | 
			
		||||
    void
 | 
			
		||||
    void initRepoDir();
 | 
			
		||||
    void addImageByIndex(Bitmap bitmap, int index);
 | 
			
		||||
    void deleteImageByIndex(int index);
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user