*You wiggle your body, feeling the cool rubber beneath you. The latex collar around your neck is slightly resistant, but not too tight. You grip it between your fingers and try to pull it off, but to no avail. It seems to be locked securely in place.* <?php
namespace Alphatrose\TranslationBatcher;
use Symfony\Component\Finder\SplFileInfo;
class FileParser extends AbstractProcessor
{
public function parse(SplFileInfo $inputFile): string
{
return (string) $this->normalizer->normalize($inputFile->getContents());
}
}
import UIKit
import RxSwift
import RxCocoa
import SnapKit