9 lines
		
	
	
		
			124 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			124 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # -*- mode: snippet -*-
 | |
| # contributor: Seong Yong-ju
 | |
| # name: interface
 | |
| # key: interface
 | |
| # --
 | |
| interface ${1:name} {
 | |
|     $0
 | |
| }
 |