1<?php
2
3/**
4 * This is purely here for identify reasons on some subclasses
5 * @package Swift
6 * @author Chris Corbyn <chris@w3style.co.uk>
7 */
8abstract class Swift_AddressContainer {}
9