blob: 73f6032879f466559b864e25b93807cbc619458a [file] [log] [blame]
apple_library(
name = 'EXExample',
srcs = [
'EXExample/EXExampleModel.m',
'EXExample/EXUser.mm',
'EXExample/Categories/NSString+Palindrome.m',
],
headers = [
'EXExample/Categories/NSString+Palindrome.h',
],
exported_headers = [
'EXExample/EXExampleModel.h',
],
frameworks = [
'$SDKROOT/System/Library/Frameworks/Foundation.framework',
],
visibility = [
'PUBLIC',
],
)