Avene / centos6.5-ruby-ready

centos6.5 environment with ruby for rails installation ready
0 stars 0 forks source link

graphviz comment #2

Open Avene opened 5 years ago

Avene commented 5 years ago

![](http://g.gravizo.com/g? digraph G { CoreData [shape=box] FLMAssetFetchService [shape=box] AppDelegate -> FLMAssetFetchService [label="1.start"] FLMAssetFetchService -> FLMAssetFetchOperation [label="2.Kick"] FLMAssetFetchOperation -> FLMAssetFetchService [label="3.NSNotification(FetchedAsset)"] FLMAssetFetchOperation -> FLMFetchedAssetTransformer [label="ALAsset or PHAsset"] FLMFetchedAssetTransformer -> FLMAssetFetchOperation [label=FLMFetchedAsset] FLMAssetFetchService -> "FLMAssetStoreOperation" [label="4.FetchedAsset"] "FLMAssetStoreOperation" -> CoreData [label="5.Commit FLMPhoto, FLMAlbum"] "FLMAssetStoreOperation" -> App [label="6.Notify via NSNotification"] } )

Avene commented 5 years ago