load("//Config:buck_rule_macros.bzl", "static_library") static_library( name = "ChatListSearchItemHeader", srcs = glob([ "Sources/**/*.swift", ]), deps = [ "//submodules/Display:Display#shared", "//submodules/TelegramPresentationData:TelegramPresentationData", "//submodules/ListSectionHeaderNode:ListSectionHeaderNode", ], frameworks = [ "$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/UIKit.framework", ], )