dirtmelon

Results 4 issues of dirtmelon

## Changes in this pull request 1. Make IGListAdapterUpdaterCompatible.h public to fix test build error 2. Remove unused headers to make code clean. ### Checklist - [x] All tests pass....

CLA Signed

1. 数据源 `QMUIAsset` 调整为 `NSMutableDictionary` 形式,数据源的排序与 `PHFetchResult` 一致,在界面更新时只需要对 `UICollectionView` 进行刷新。 2. `collectionView.backgroundColor` 暂时设置为 `TableViewBackgroundColor` ,以适配暗黑模式,是否考虑添加一个 `ListBackgroundColor` ? 3. 现在 demo 工程在另外一个仓库中,是否考虑搬到这边,这样可以同时更新 demo ,不需要再去 demo 那里提一个 PR 。同时是否可以改用 `pod` 进行配置,这样可以通过指定不同 `pod`...