mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-24 12:10:49 +00:00
18 lines
312 B
Python
18 lines
312 B
Python
|
|
objc_library(
|
|
name = "OverlayStatusControllerImpl",
|
|
module_name = "OverlayStatusControllerImpl",
|
|
srcs = glob([
|
|
"Sources/**/*.m",
|
|
]),
|
|
hdrs = glob([
|
|
"Sources/**/*.h",
|
|
]),
|
|
includes = [
|
|
"Sources",
|
|
],
|
|
visibility = [
|
|
"//visibility:public",
|
|
],
|
|
)
|