Skip to content

Instantly share code, notes, and snippets.

View thematver's full-sized avatar
:octocat:
So gitly!

Менетиос thematver

:octocat:
So gitly!
View GitHub Profile
// In view
// Init
self.components = DivKitComponents(
extensionHandlers: [
ShimmerImagePreviewExtension(),
], flagsInfo: DivFlagsInfo(imageLoadingOptimizationEnabled: true),
urlHandler: DivUrlHandlerDelegate { UIApplication.shared.open($0) }, variablesStorage: DivVariablesStorage()
)