This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // | |
| // HostingCell.swift | |
| // theathletic-ios | |
| // | |
| // Created by . | |
| // Copyright © 2021 The Athletic. All rights reserved. | |
| // | |
| import SwiftUI | |
| import UIKit | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import 'dart:math' as math; | |
| import 'package:flutter/material.dart'; | |
| import 'package:flutter/src/rendering/sliver.dart'; | |
| import 'package:flutter/src/rendering/sliver_grid.dart'; | |
| class _CoordinateOffset { | |
| final double main, cross; | |
| _CoordinateOffset(this.main, this.cross); | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import 'dart:math' as math; | |
| import 'package:flutter/foundation.dart'; | |
| import 'package:flutter/rendering.dart'; | |
| import 'package:flutter/widgets.dart'; | |
| /// Signature for a function that creates a [TileSize] for a given index. | |
| typedef TileSize IndexedTileSizeBuilder(int index); | |
| /// Creates grid layouts with a fixed number of spans in the cross axis. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | %% | |
| %% mod_msg_filter allows the filtering of "message" | |
| %% stanzas across an HTTP service. The URL of the | |
| %% service must be passed as part of the module's | |
| %% configuration. Both JIDs and their resources are | |
| %% passed as part of the query string and the result | |
| %% is expected to be one of: | |
| %% | |
| %% <status value="denied"> | |
| %% <stanza1><error/></stanza1> |