mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-31 04:31:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			122 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			122 B
		
	
	
	
		
			Swift
		
	
	
	
	
	
| import Foundation
 | |
| 
 | |
| struct SearchPage {
 | |
|     var results = [ContentItem]()
 | |
|     var nextPage: String?
 | |
|     var last = false
 | |
| }
 | 
