Skip to content

Instantly share code, notes, and snippets.

@dornad
Last active September 8, 2017 20:39
Show Gist options
  • Save dornad/121edf795c51ecb9dcf2d7e15b0de430 to your computer and use it in GitHub Desktop.
Save dornad/121edf795c51ecb9dcf2d7e15b0de430 to your computer and use it in GitHub Desktop.
IOS-990 Class Diagram - Before
@startuml
class Create_DesignCardViewController
class PPCreateInputAccessoryBar
class PPCreateInputManager
class EJBindingPPBridge
class PPCreateViewPort
class ImageUploadManager
class PPURLSession
class PPAPIImageUploader
class ImageUploadOperationContext
class ImageUploadOperation
class ImageUploadPollingOperation
class ImageUploadRedownloadOperation
class PPCameraRollSelectionView
class PPPhotoAlbumSelectionView
class PPPhotoFilterSelectionView
class PPCameraAssetsSource
class PPAccountImage
Create_DesignCardViewController -- PPCreateInputManager
Create_DesignCardViewController -- PPAccountImage
Create_DesignCardViewController -- PPCameraAssetsSource
Create_DesignCardViewController -- PPCreateViewPort
Create_DesignCardViewController -- PPPhotoFilter
PPCreateInputAccessoryBar -- PPCameraAssetsSource
PPCreateInputManager -- PPCameraRollSelectionView
PPCreateInputManager -- PPPhotoAlbumSelectionView
PPCreateInputManager -- PPPhotoFilterSelectionView
PPCreateInputManager -- PPCreateInputAccessoryBar
PPCreateViewPort -- PPAccountImage
PPCreateViewPort -- EJBindingPPBridge
PPCreateViewPort -- PPPhotoFilter
ImageUploadManager -- ImageUploadOperationContext
ImageUploadManager -- ImageUploadOperation
ImageUploadManager -- ImageUploadPollingOperation
ImageUploadManager -- ImageUploadRedownloadOperation
ImageUploadOperationContext -- PPAccountImage
ImageUploadOperation -- ImageUploadOperationContext
ImageUploadOperation -- PPAPIImageUploader
ImageUploadPollingOperation -- ImageUploadOperationContext
ImageUploadRedownloadOperation -- ImageUploadOperationContext
PPCameraAssetsSource -- PPCameraAssetGroup
PPCameraAssetsSource -- PPCameraAssetGroup
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment