Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
pikacode committed Aug 23, 2016
1 parent b6ba27c commit 2b9fadb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
0D0AC7491D6C1A31001FE4A3 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/EBBannerView.xib; sourceTree = "<group>"; };
0D0AC74B1D6C1A34001FE4A3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/EBBannerView.xib; sourceTree = "<group>"; };
0D10E0BA1D51C4D700DE58D2 /* UILabel+ContentSize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UILabel+ContentSize.h"; sourceTree = "<group>"; };
0D10E0BB1D51C4D700DE58D2 /* UILabel+ContentSize.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UILabel+ContentSize.m"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -284,7 +283,6 @@
0D0AC74A1D6C1A31001FE4A3 /* EBBannerView.xib */ = {
isa = PBXVariantGroup;
children = (
0D0AC7491D6C1A31001FE4A3 /* en */,
0D0AC74B1D6C1A34001FE4A3 /* Base */,
);
name = EBBannerView.xib;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ - (void)viewDidLoad {
}

-(void)aaaaaa{
// [EBForeNotification handleRemoteNotification:@{@"aps":@{@"alert":@"皮卡丘: Hi 小智,一起去冒险吧! 住在森林中的它们通常以树果为食。它们用小小的电击把树果从树上打下来,这样就不必爬树,还可以顺带将其烤熟。作为宠物,它可以用各种各样的加工食物来喂养。此外,与大多数神奇宝贝一样,皮卡丘可以忍受大多数人造的食品,有时还会喜欢它们胜过自然的食品,如果这些人造食品是针对它的口味设计的话。一个很好的例子就是小智的皮卡丘特别喜欢番茄酱。皮卡丘偶尔也会吃苹果。"}} soundID:1312 isIos10:NO];
[EBForeNotification handleRemoteNotification:@{@"aps":@{@"alert":@"皮卡丘: Hi 小智,一起去冒险吧! 住在森林中的它们通常以树果为食。它们用小小的电击把树果从树上打下来,这样就不必爬树,还可以顺带将其烤熟。作为宠物,它可以用各种各样的加工食物来喂养。此外,与大多数神奇宝贝一样,皮卡丘可以忍受大多数人造的食品,有时还会喜欢它们胜过自然的食品,如果这些人造食品是针对它的口味设计的话。一个很好的例子就是小智的皮卡丘特别喜欢番茄酱。皮卡丘偶尔也会吃苹果。"}} soundID:1312 isIos10:NO];

[EBForeNotification handleRemoteNotification:@{@"aps":@{@"alert":@"皮卡丘: Hi 小智,一起去冒险吧!"}} soundID:1312 isIos10:NO];
//[EBForeNotification handleRemoteNotification:@{@"aps":@{@"alert":@"皮卡丘: Hi 小智,一起去冒险吧!"}} soundID:1312 isIos10:NO];



Expand Down

0 comments on commit 2b9fadb

Please sign in to comment.